Commit 99716bd
fix(security): escape plugin-card author field
The wordpress.org API author field was echoed unescaped while every
sibling field was escaped. Run it through wp_kses_post (preserves the
intended anchor markup, strips scripts/handlers).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent c9742f1 commit 99716bd
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments