Highlights
CSRF: 1 prior fix. Scrutinize any change in this area.
jhipster-framework: most-fixed (1 issue). Treat as high-risk during review.
0 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.
Cross-Site Request Forgery (CSRF): In reactive flows, CSRF cookies can be silently bypassed if the underlying Mono or Publisher chain does not actively resolve and write the token to the exchange attributes. This leads to missing protection for single-page applications.
CSRF: Due to default behavior shifts in Spring Security, explicit subscription or attribute resolution is required to trigger CSRF cookie generation. Without a dedicated filter forcing this generation, endpoints remain vulnerable to CSRF attacks.