Highlights
Auth Bypass: 27 prior fixes. Scrutinize any change in this area.
SecurityConfiguration.java: most-fixed (7 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.
Auth Bypass: Numerous fixes address missing or incorrect antMatcher scope rules for subscription, cursor, stats, and delete endpoints, indicating a high risk of misconfigured URL patterns or missing scope checks.
Auth Bypass: Multiple fixes add or correct scope checks for event streaming, indicating a recurring failure to validate client scopes before granting stream access.
Auth Bypass: Fixes address fallback to remote token validation on I/O errors and sequential endpoint handling, showing risk of authentication bypass through token service failures.