Security context

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

Suwayomi/Suwayomi-Server
master @ b71bea3
7
Fixes
0
CVEs
CRITICAL
Peak severity
66.7%
Coverage
Highlights
Auth Bypass: 4 prior fixes. Scrutinize any change in this area.
and: most-fixed (2 issues). Treat as high-risk during review.
4 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: GraphQL fields lacked authentication, allowing unauthenticated access to backup/restore operations. A directive was added but coverage across all resolvers is unverified.
Auth Bypass: JWT-based authentication was introduced to protect GraphQL and WebSockets, but prior gaps indicate token validation may be missing on some paths.
Auth Bypass: Cookie-based auth was added, but preflight OPTIONS requests were explicitly exempted, creating a potential bypass if other methods also skip checks.