Highlights
Reflected XSS: 2 prior fixes. Scrutinize any change in this area.
src/components/docs/DocContent.js: most-fixed (2 issues). 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.
Reflected XSS: Raw HTML in markdown is processed without sanitization, allowing script injection via rehypeRaw.
Reflected XSS: Sanitization schema was too permissive, allowing unsafe link attributes beyond target/rel.