Security context

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

cloudflare/cloudflare-docs
production @ 3feb9a4
10
Fixes
0
CVEs
HIGH
Peak severity
50.0%
Coverage
Highlights
Information Disclosure: 2 prior fixes. Scrutinize any change in this area.
.flue/app.ts: most-fixed (1 issue). Treat as high-risk during review.
5 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.

Stored XSS: JSON-LD rendered with set:html allows script injection; fixed by escaping '<' but other dangerous characters may remain unhandled.
Reflected XSS: Markdown parsing of untrusted descriptions with set:html; escaping only '<' and '>' may miss other injection vectors.
DOM-based XSS: Using innerHTML with attacker-controlled response data; fix to textContent is correct but other similar sinks may exist.