Security context

What an agent needs to avoid regressing past fixes and find the next vuln in this repo.

apotdevin/thunderhub
master @ 0f29ab9
8
Fixes
0
CVEs
HIGH
Peak severity
37.5%
Coverage
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.