You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: update audit exclusions for sanitize-html XSS
Remove stale exclusions GHSA-xq3m-2v4x-88gg and GHSA-rp42-5vxx-qpwr
which are no longer reported by yarn audit. Add GHSA-rpr9-rxv7-x643
(sanitize-html xmp XSS, CVE-2026-44990, no upstream fix yet); our
usage strips all tags with allowedTags: [] and outputs plain text in
error messages, so there is no DOM rendering path.
Ticket: WCN-565
0 commit comments