Highlights
Auth Bypass: 26 prior fixes. Scrutinize any change in this area.
examples/auth/src/utils.js: most-fixed (2 issues). Treat as high-risk during review.
19 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 native JWT token verification where the 'nbf' (not-before) check was inverted and verified using 'iat' (issued-at), leading to premature token acceptance.
Auth Bypass: Authentication bypass where tokens were accepted as valid when verified against an empty list of service secrets.
Auth Bypass: Subscription WebSocket connections bypassed verification when projects required secrets, due to missing validation on initialization and start channels.