Highlights
Information Disclosure: 5 prior fixes. Scrutinize any change in this area.
src/outlookCalendar/errorClassification.ts: most-fixed (2 issues). Treat as high-risk during review.
9 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.
Remote Code Execution: Unvalidated URL schemes passed directly to shell.openExternal allow attacker-controlled links to execute arbitrary commands or dangerous system protocols outside the sandbox.
Auth Bypass: Releasing sensitive authentication tokens or credentials over IPC handlers without verifying that the requesting window origin matches trusted patterns can lead to credentials compromise.
Sandbox Escape: Exposing privileged Electron APIs directly to guest web pages via globally accessible objects like window.require allows untrusted web content to escape the renderer process container.