Security context

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

guardian360/nuclei
dev @ 2710ba2
23
Fixes
0
CVEs
CRITICAL
Peak severity
45.0%
Coverage
Highlights
Sandbox Escape: 5 prior fixes. Scrutinize any change in this area.
pkg/catalog/loader/loader.go: most-fixed (3 issues). Treat as high-risk during review.
19 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.

Code Execution: Unsigned code templates could be executed via DAST path bypassing signature checks; multiple fixes address signature verification but sub-loaders may skip them.
Sandbox Escape:
Path Traversal: Lexical prefix checks replaced with canonical containment; multiple components had same flaw, indicating systemic issue.