Highlights
Auth Bypass: 2 prior fixes. Scrutinize any change in this area.
src/authenticate.js: most-fixed (1 issue). Treat as high-risk during review.
1 high-severity fix 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: The application failed to invalidate sessions when a Firebase ID token was successfully verified but lacked a valid user identifier, potentially allowing unauthenticated requests to proceed with blank or malformed identities.
Auth Bypass: Flawed GraphQL error detection during routing allowed unauthenticated users to bypass intended login redirects, exposing restricted views.