Security context

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

open-policy-agent/opa
main @ 565a134
82
Fixes
0
CVEs
CRITICAL
Peak severity
47.1%
Coverage
Highlights
Denial of Service: 18 prior fixes. Scrutinize any change in this area.
topdown/http.go: most-fixed (9 issues). Treat as high-risk during review.
39 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.

SSRF: Multiple fixes enforce allow_net allowlists on http.send, redirects, and schema references, but each path was patched separately, suggesting incomplete coverage.
Denial of Service: Recurring panics from type assertions and parser issues across compiler, JWT handling, and server paths; each fixed individually, indicating a systemic lack of defensive checks.
TLS Certificate Validation Bypass: Multiple fixes address InsecureSkipVerify and missing RootCAs, showing a pattern of TLS configs defaulting to insecure behavior across HTTP client and REST plugin.