Security context

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

spring-projects/spring-graphql
main @ d33b3cd
10
Fixes
0
CVEs
HIGH
Peak severity
40.0%
Coverage
Highlights
Auth Bypass: 6 prior fixes. Scrutinize any change in this area.
spring-graphql: most-fixed (5 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: Context propagation failures in reactive streams and WebSocket handlers can lead to thread-local security context leakage, completely bypassing downstream authorization checks.
Auth Bypass: Decorators or wrappers (such as those for validation) can inadvertently hide or bypass the primary context decorators, letting requests proceed without enforcing necessary security constraints.
Improper Input Validation: Omission or incorrect order-of-operation checks can allow null or unvalidated method arguments to bypass @NotBlank and other validation constraints before controller invocation.