Commit 5d7af2f
Security: stored XSS via social group discussion thread title
Render the discussion thread title as auto-escaped text instead of raw
v-html in usergroup/GroupDiscussions.vue. A thread title is plain text and
needs no markup, so escaping it closes the stored-XSS sink where an
attacker-supplied title executed in every group member's browser on page
load.
Refs GHSA-9mpp-78g5-c22m
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent b1f548d commit 5d7af2f
1 file changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 21 | + | |
25 | 22 | | |
26 | 23 | | |
27 | 24 | | |
| |||
0 commit comments