Highlights
Cross-Site Scripting (XSS): 1 prior fix. Scrutinize any change in this area.
src/lib/utils/sanitize.ts: most-fixed (1 issue). Treat as high-risk during review.
0 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.
Cross-Site Scripting (XSS): An ES module loading issue broke the isomorphic-dompurify library, causing input sanitization to fail entirely and exposing the application to potential XSS attacks. The issue was resolved by replacing the underlying sanitization library.