Security context

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

emissary-ingress/emissary
main @ e04a3a8
50
Fixes
0
CVEs
CRITICAL
Peak severity
76.5%
Coverage
Highlights
Dependency Vulnerability: 13 prior fixes. Scrutinize any change in this area.
Dockerfile: most-fixed (4 issues). Treat as high-risk during review.
43 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: Multiple fixes in synthetic auth reconciliation show recurring logic errors that could inject or remove synthetic auth incorrectly, leading to authentication bypass.
Auth Bypass: Case-sensitive header matching in allowed_authorization_headers could be bypassed by varying header case, and fixes were applied in parallel in different components, indicating a shared pattern.
Access Control: TLS secret references were not restricted to the Host's namespace, allowing cross-namespace secret access. Two separate fixes address this for different secret types.