Security context

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

tonghuaroot/nuclei
master @ 05d6076
4
Fixes
0
CVEs
HIGH
Peak severity
75.0%
Coverage
Highlights
Sandbox Escape: 3 prior fixes. Scrutinize any change in this area.
v2/internal/runner/processor.go: most-fixed (2 issues). Treat as high-risk during review.
4 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: Browser sandbox was disabled unconditionally, allowing non-root users to escape. Fix now gates on root/Linux only.
Sandbox Escape: Tengo script imports were unrestricted, enabling command execution. Fix adds a sandbox flag and allowlist.
Path Traversal: Template extraction was vulnerable to zip-slip, allowing writes outside the templates directory. Fix adds path canonicalization and prefix check.