Highlights
Auth Bypass: 46 prior fixes. Scrutinize any change in this area.
LaunchServer: most-fixed (14 issues). Treat as high-risk during review.
50 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: Critical flaw in custom password verifiers where argument swapping, empty input states, and failing to hash incoming passwords before comparison allowed arbitrary login authentication bypass.
Auth Bypass: Improper validation of OpenID Access Tokens, specifically missing validation for 'issuer' ('iss'), 'audience' ('aud'), and 'authorized party' ('azp') claims, which allowed token forgeability and reuse across client IDs.
Auth Bypass: Remote auth parameter swapping logic errors combined with mismatched request headers (using 'Authentication' instead of 'Authorization') generated unauthenticated execution states.