Highlights
Path Traversal: 2 prior fixes. Scrutinize any change in this area.
hardhat: most-fixed (1 issue). Treat as high-risk during review.
2 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.
Auth Bypass: Raw transactions could be executed on the network without signature verification, bypassing primary authorization gates prior to dispatch.
Command Injection: Running external initialization commands inside a shell wrapper allows command injection if input parameters are not completely sanitized.
Path Traversal: Unsanitized input parameters in snapshot cheatcode paths allow attackers to traverse directories and write or corrupt files outside the intended destination directory.