Security context

What an agent needs to avoid regressing past fixes and find the next vuln in this repo.

ErugoOSS/Erugo
main @ 922c00c
4
Fixes
0
CVEs
HIGH
Peak severity
66.7%
Coverage
Highlights
Auth Bypass: 2 prior fixes. Scrutinize any change in this area.
BackgroundsController.php: most-fixed (1 issue). 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.

Path Traversal: Bundle extraction writes files to a directory derived from user-controlled file paths without sanitization, allowing writes outside the intended extraction directory.
Path Traversal: Template file path is built from a user-supplied template ID without validation, enabling reads of arbitrary files under storage_path.
Path Traversal: Deletion and path retrieval for background files use unsanitized filenames, allowing traversal to delete or access arbitrary files on the public disk.