Highlights
Command Injection: 2 prior fixes. Scrutinize any change in this area.
src/server.py: most-fixed (2 issues). Treat as high-risk during review.
3 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.
Command Injection: Execution of system shell commands and raw inline Python scripts within the main server logic allowed arbitrary commands to be injected if external inputs were parsed unsafely or input streams were hijacked.
Path Traversal: Insufficient directory containment validation allowed layout preset operations to resolve paths outside of the intended directory, exposing sensitive files to copy or deletion.