Highlights
SSRF: 2 prior fixes. Scrutinize any change in this area.
api/auth/service.py: most-fixed (2 issues). Treat as high-risk during review.
6 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.
Remote Code Execution: Attackers who bypass authorization can overwrite executable system files and modules. Restricting these writing capabilities to administrators is essential to prevent system compromise.
SSRF: External feed fetching routes have twice lacked validation mechanisms, allowing attackers to perform internal network scanning or manipulate responses via malicious redirects.
IDOR: Endpoints exposed critical system and case-level data solely based on client-supplied identifiers without verifying whether the active user had permissions for the specific context.