Security context

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

zalando/skipper
master @ 5bf60a6
60
Fixes
0
CVEs
HIGH
Peak severity
46.2%
Coverage
Highlights
Denial of Service: 19 prior fixes. Scrutinize any change in this area.
proxy/proxy.go: most-fixed (12 issues). Treat as high-risk during review.
36 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: Recurring identity forgery and validation bypasses across the auth filter family: injected identity headers, empty claims maps, non-unique group identifiers, cookie domain confusion, and JWT predicates that don't verify signatures.
Denial of Service: Resource exhaustion via missing timeouts, goroutine/connection leaks, unbounded splits, and panics. The proxy layer repeatedly lacked read/write/backend timeouts and cancellation propagation.
SSRF: Kubernetes ExternalName services and dynamic backend filters allow client-controlled backend URLs, enabling SSRF. Multiple fixes added validation or feature-flag guards, but the feature was later re-enabled.