Highlights
Auth Bypass: 17 prior fixes. Scrutinize any change in this area.
backend/private-graph/graph/schema.resolvers.go: most-fixed (9 issues). Treat as high-risk during review.
32 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: Multiple fixes in middleware show recurring gaps in GraphQL operation allowlists, migration restrictions, and OAuth validation, including a regression that skipped validation entirely when no cookie was present.
SQL Injection: User-controlled SQL was transformed and executed without restricting to SELECT or enforcing read-only, enabling injection and cross-tenant access.
Auth Bypass: SSO/OAuth domain validation was incomplete (only checked first domain) and OIDC token expiration wasn't enforced, allowing stale or unauthorized sessions.