Security context

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

andrewnguonly/lumos
main @ 69ff12e
2
Fixes
1
CVEs
HIGH
Peak severity
Highlights
Cross-Site Scripting (XSS): 1 prior fix. Scrutinize any change in this area.
src/components/ChatBar.tsx: most-fixed (2 issues). Treat as high-risk during review.
2 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): Parsing raw HTML within the Markdown rendering component allowed malicious message content to execute arbitrary JavaScript in the user's browser session. This was tracked publicly under CVE-2024-56082.
Privilege Escalation: Executing scripts via 'chrome.scripting.executeScript' on restricted browser schemes like 'chrome://' could allow standard extension code to escalate privileges into highly protected browser contexts.