Security context

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

lyft/clutch
main @ b0bb7a1
6
Fixes
0
CVEs
HIGH
Peak severity
80.0%
Coverage
Highlights
Auth Bypass: 2 prior fixes. Scrutinize any change in this area.
Dockerfile: most-fixed (1 issue). 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: Wildcard allowlist for AuthnAPI methods allowed any newly added method to bypass authn/authz. Explicit enumeration is required.
Auth Bypass: OIDC Verify did not check token existence in store, allowing revoked tokens to authenticate.
SSRF: k8s probe HTTPGetAction allowed arbitrary host/path/scheme, enabling SSRF. Validation added for hostname, path, scheme, port.