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.