Highlights
CORS Misconfiguration: 1 prior fix. Scrutinize any change in this area.
src/auto-launch.js: most-fixed (1 issue). Treat as high-risk during review.
1 high-severity fix 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: Directly exposing sensitive APIs on the shared window object allowed renderer-side scripts to escape the Electron sandbox. Migrating to contextBridge is critical to enforce true context isolation.
Command Injection: Unsanitized input in the Linux autostart configuration allowed arbitrary shell command execution via unescaped metacharacters in the Desktop Entry Exec path.
CORS Misconfiguration: Exposing credentials on the local IPFS daemon's HTTP headers allowed untrusted cross-origin sites to execute unauthorized read operations against the local API.