Security context

What an agent needs to avoid regressing past fixes and find the next vuln in this repo.

rishabyd/zerochat
main @ cadcb67
1
Fixes
0
CVEs
MEDIUM
Peak severity
100.0%
Coverage
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.