Security context

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

apache/nifi
main @ 3cbf8d7
125
Fixes
0
CVEs
CRITICAL
Peak severity
42.1%
Coverage
Highlights
Auth Bypass: 46 prior fixes. Scrutinize any change in this area.
NiFi: most-fixed (5 issues). Treat as high-risk during review.
97 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: Dominant vulnerability class with 46 fixes, many involving missing authorization on referenced resources, weak identity resolution, and overly broad security filter exclusions.
XXE: Multiple XML parsers (SAX, DOM, StAX, TransformerFactory) were found with external entities/DTDs enabled, requiring repeated hardening.
Cryptographic Weakness: Hardcoded default encryption keys and weak key derivation (Bcrypt, DSA 1024, HS256) repeatedly exposed sensitive data.