Security context

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

highlight/highlight
main @ 5099514
45
Fixes
0
CVEs
CRITICAL
Peak severity
40.5%
Coverage
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.