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.