Highlights
Auth Bypass: 3 prior fixes. Scrutinize any change in this area.
src/server/modules/api/auth/auth.resolver.ts: most-fixed (3 issues). Treat as high-risk during review.
5 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: Unauthenticated clients could access session tokens and account listings, leading to full account takeover.
Auth Bypass: Password-only authentication lacked a second factor, allowing bypass via stolen or weak passwords.
Authentication Bypass: Incorrect password hash prefix handling allowed login bypass for existing accounts.