Files
Vijay Janapa Reddi 442dd3693b fix(security): reject non-http(s) hrefs in release-pill
The release pill assigned a data-link attribute straight to a.href, which
CodeQL flags as DOM XSS (js/xss-through-dom). Add a scheme allowlist so only
anchor, relative, and http(s) links pass; anything else such as javascript:
or data: falls back to #release.
2026-07-03 22:04:36 +02:00
..