Highlights
Denial of Service: 4 prior fixes. Scrutinize any change in this area.
src-tauri/src/commands.rs: most-fixed (3 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.
Auth Bypass: Multi-statement payloads or manually edited queries could bypass read-only query enforcement and write-approval gates, allowing unauthorized database modifications.
SQL Injection: Unescaped user-controlled database identifiers during view management allowed SQL injection across MySQL, PostgreSQL, and SQLite backends.
Man-in-the-Middle: A lack of host key verification against known_hosts during SSH tunneling allowed active adversaries to intercept or spoof connection credentials.