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.