Vapora/crates/vapora-backend/tests
Jesús Pérez e5e2244e04
Some checks failed
Documentation Lint & Validation / Markdown Linting (push) Has been cancelled
Documentation Lint & Validation / Validate mdBook Configuration (push) Has been cancelled
Documentation Lint & Validation / Content & Structure Validation (push) Has been cancelled
Documentation Lint & Validation / Lint & Validation Summary (push) Has been cancelled
mdBook Build & Deploy / Build mdBook (push) Has been cancelled
mdBook Build & Deploy / Documentation Quality Check (push) Has been cancelled
mdBook Build & Deploy / Deploy to GitHub Pages (push) Has been cancelled
mdBook Build & Deploy / Notification (push) Has been cancelled
Rust CI / Security Audit (push) Has been cancelled
Rust CI / Check + Test + Lint (nightly) (push) Has been cancelled
Rust CI / Check + Test + Lint (stable) (push) Has been cancelled
feat(security): add SSRF protection and prompt injection scanning
- Add security module (ssrf.rs, prompt_injection.rs) to vapora-backend
  - Block RFC 1918, link-local, cloud metadata URLs before channel registration
  - Scan 60+ injection patterns on RLM (load/query/analyze) and task endpoints
  - Fix channel SSRF: filter-before-register instead of warn-and-proceed
  - Add sanitize() to load_document (was missing, only analyze_document had it)
  - Return 400 Bad Request (not 500) for all security rejections
  - Add 11 integration tests via Surreal::init() — no external deps required
  - Document in ADR-0038, CHANGELOG, and docs/adrs/README.md
2026-02-26 18:20:07 +00:00
..
integration_tests.rs feat: add Leptos UI library and modularize MCP server 2026-02-14 20:10:55 +00:00
metrics_endpoint_test.rs ci: Update pre-commit hooks configuration 2026-01-11 21:32:56 +00:00
provider_analytics_test.rs feat: add Leptos UI library and modularize MCP server 2026-02-14 20:10:55 +00:00
rlm_api_test.rs feat(workflow-engine): add saga, persistence, auth, and NATS-integrated orchestrator hardening 2026-02-22 21:44:42 +00:00
security_guards_test.rs feat(security): add SSRF protection and prompt injection scanning 2026-02-26 18:20:07 +00:00
swarm_api_test.rs fix: Pre-commit configuration and TOML syntax corrections 2026-01-11 21:46:08 +00:00
workflow_integration_test.rs feat: add Leptos UI library and modularize MCP server 2026-02-14 20:10:55 +00:00