Commit 6cfe552
fix(web): prevent XSS in OAuth consent screen toast message
Replace dynamic `result.message` interpolation with a static string
to fix CodeQL alert #33 (js/xss-through-exception, CWE-79/CWE-116).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent bae8381 commit 6cfe552
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments