Security context

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

timothybrush/nuclei
dev @ 3e1e0e8
26
Fixes
0
CVEs
HIGH
Peak severity
45.5%
Coverage
Highlights
Sandbox Escape: 7 prior fixes. Scrutinize any change in this area.
pkg/catalog/loader/loader.go: most-fixed (4 issues). Treat as high-risk during review.
23 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.

Sandbox Escape: Multiple distinct escape vectors in JS require, file read sandbox, and headless browser actions, often gated by opt-in flags that can be missed on alternate paths.
Path Traversal: Recurring canonical path containment failures across payload loading, template extraction, and filesystem trust boundaries, requiring consistent canonicalization and prefix checks.
Signature Bypass / Integrity: Signature verification is bypassable via cache poisoning, DAST-specific loading branches, and malformed signature placement, requiring content-digest binding and strict parsing.