Security context

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

teampiped/piped
master @ 0cd9b2f
2
Fixes
7
CVEs
CRITICAL
Peak severity
Highlights
Stored XSS: 2 prior fixes. Scrutinize any change in this area.
src/components/Channel.vue: 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.

Stored XSS: Untrusted remote descriptions (such as channel and video descriptions) are rendered dynamically in the frontend using Vue's 'v-html' directive. Without proper HTML sanitization, this allows attackers to inject and execute arbitrary JavaScript in the context of the user's session.