Security context

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

q-qp-p/nuclei
dev @ a04aba1
29
Fixes
0
CVEs
HIGH
Peak severity
42.3%
Coverage
Highlights
Auth Bypass: 4 prior fixes. Scrutinize any change in this area.
pkg/catalog/loader/loader.go: most-fixed (2 issues). Treat as high-risk during review.
22 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 fixes restrict JS imports and browser sandbox flags, indicating repeated gaps where workflows and headless engines could escape the intended sandbox.
Signature Bypass: Signature verification was bypassed via stale metadata, DAST branch ordering, and signature position manipulation, allowing unsigned or tampered templates to execute.
Path Traversal: Path traversal via lexical prefix checks, unvalidated payload paths, zip-slip extraction, and file:// URLs in headless mode were repeatedly fixed with canonical containment or explicit flags.