Security context

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

genesislab-io/beatai
main @ 0719df2
2
Fixes
0
CVEs
HIGH
Peak severity
100.0%
Coverage
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.