Highlights
Path Traversal: 2 prior fixes. Scrutinize any change in this area.
backend/api/app.py: most-fixed (2 issues). Treat as high-risk during review.
4 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns
The bug types that recur here, drawn from past fixes, not open vulnerabilities.
Prompt Injection: Untrusted web content from external job pages can manipulate agent instructions, leading to unauthorized actions during browser automation processes. Ensuring hard constraints in system instructions is vital.
SSRF: The portfolio crawler's request routing can be abused to probe loopback, private RFC1918 networks, and cloud metadata endpoints, exposing internal services to external actors.
Path Traversal: Unsanitized job identifier inputs are directly concatenated to construct local file paths during PDF generation, allowing attackers to write or read arbitrary files on the system.