Highlights
Auth Bypass: 3 prior fixes. Scrutinize any change in this area.
cmd/server/api/repository/handler.go: most-fixed (2 issues). Treat as high-risk during review.
9 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.
Command Injection: Introduced a direct command execution sink via user-controlled 'command' parameter in nginx management, enabling RCE.
Path Traversal: Multiple file endpoints lacked relative path validation, allowing directory escape and arbitrary file read/delete.
Auth Bypass: Static role checks replaced with permission-based route generation; previously unauthorized users could access restricted routes.