Security context

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

graphql-java-kickstart/graphql-spring-boot
master @ 00b5e36
3
Fixes
0
CVEs
HIGH
Peak severity
Highlights
Auth Bypass: 2 prior fixes. Scrutinize any change in this area.
graphql-spring-boot-autoconfigure: most-fixed (3 issues). Treat as high-risk during review.
1 high-severity fix 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: Asynchronous execution threads in GraphQL resolvers and servlet operations frequently fail to inherit the Spring Security context, leaving background tasks or deferred execution blocks unauthenticated and bypassing authorization rules.
CSRF: WebSocket connections lack standard CSRF protections by default, enabling attackers to execute cross-site handshakes against GraphQL endpoints unless explicit origin or token checks are enforced.