mirror of
https://github.com/juanfont/headscale.git
synced 2026-05-07 19:30:59 +09:00
elem-go does not escape attribute values, so the raw query reaches the rendered HTML verbatim. Pre-escape with html.EscapeString to prevent reflected XSS. Updates #3157