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.