Highlights
Auth Bypass: 44 prior fixes. Scrutinize any change in this area.
docker: most-fixed (5 issues). Treat as high-risk during review.
100 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.
Authentication Bypass: Multiple fixes address missing validation in OIDC consent and authorization flows, allowing cross-client consent reuse, scope escalation, and unauthorized token issuance.
Auth Bypass: Authorization bypasses occurred in header-based auth, bearer token handling, and domain matching, often due to missing checks or incorrect logic.
Denial of Service: Resource exhaustion via unthrottled endpoints, LDAP pool deadlocks, and nil pointer panics were repeatedly fixed.