Security context

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

yx2124538/nuclei
master @ 4a85e73
12
Fixes
0
CVEs
CRITICAL
Peak severity
81.8%
Coverage
Highlights
Dependency Vulnerability: 3 prior fixes. Scrutinize any change in this area.
Dockerfile: most-fixed (2 issues). Treat as high-risk during review.
9 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 Injection: Arbitrary command execution via code templates was fixed by adding signature verification; without it, untrusted templates can run exec.Command.
Sandbox Escape: Workflow script imports were restricted to a safe allowlist (stdlib.GetModuleMap) to prevent arbitrary command execution; the sandbox flag gates this.
Code Execution: Workflows could execute unverified or disabled code templates (RequestsCode); fix skips them, but sibling workflow paths may still reach code templates.