Highlights
Auth Bypass: 3 prior fixes. Scrutinize any change in this area.
main.go: most-fixed (3 issues). Treat as high-risk during review.
27 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: Attacker-controlled input passed to bash -c without validation allowed arbitrary command execution in the Kubernetes analyzer.
Auth Bypass / IDOR: Client-supplied user_guid path parameter allowed listing other users' registered CNSIs; fixed by deriving userGUID from session.
Auth Bypass: Missing route guard allowed access to UAA setup wizard when system already configured.