fix(test-orchestrator): prevent SSRF and path traversal vulnerabilities

- Implement URL scheme validation for LLM endpoint connections.
- Mitigate Server-Side Request Forgery (SSRF) by ensuring only 'http' and 'https' schemes are allowed.
- Sanitize report output paths to prevent directory traversal attacks.
- Ensure test reports are saved only within the current working directory.
- Update RAG pipeline documentation to use Mermaid for improved flow diagram rendering.
This commit is contained in:
shiva108
2026-01-23 16:53:28 +01:00
parent 4964487bbe
commit 529d06f00a
2 changed files with 21 additions and 7 deletions
@@ -930,7 +930,7 @@ log_entry = {
#### Example Secure Ingestion Flow
```text
```mermaid
Document Upload
Malware Scan → REJECT if threats found