Security context

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

naccl/nblog
master @ b8e537c
6
Fixes
0
CVEs
HIGH
Peak severity
66.7%
Coverage
Highlights
Auth Bypass: 5 prior fixes. Scrutinize any change in this area.
blog-api/src/main/java/top/naccl/config/JwtFilter.java: most-fixed (2 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: Filter flow logic errors (failing to return after handling a JWT verification failure) and incorrect request context path-matching on non-root contexts allowed requests to bypass token validation entirely.
Auth Bypass: Misconfigured request matchers in Spring Security exposed administrative routes to unauthenticated users or incorrectly mapped role-based access controls.
Auth Bypass: Missing token verification on password-protected resources allowed unauthenticated reads of private posts.