Highlights
Auth Bypass: 4 prior fixes. Scrutinize any change in this area.
lib/services/repoService.ts: most-fixed (2 issues). Treat as high-risk during review.
6 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: Custom authentication wrappers for the web terminal (ttyd) were historically bypassable, requiring migration to native HTTP Basic Auth and token authentication schemes.
Command Injection: Unsanitized repository URLs passed directly into shell execution helpers allowed attackers to inject malicious commands.
Path Traversal: Lack of validation on the TERMINAL_SESSION_ID shell variable allowed directory traversal and arbitrary workspace manipulation during authorization.