CVE-2026-34206: Go Xss Openredirect Unvalidated Destinationcve-2026-34206-go-xss-openredirect-unvalidated-destination
Unvalidated user input flows into an HTTP redirect or a template execution without proper escaping. This causes Open Redirect or Cross-Site Scripting (XSS). Ensure destination URLs are validated to be relative paths, and ensure `html/template` is used instead of `text/template`.