# Go Daily Digest — 2026-04-30 13 commits merged to master. Security-heavy day with 3 CVEs fixed. ## Security Fixes ### html/template: fix escaping of URLs in meta content attributes - **CVE:** CVE-2026-39823 - **Issue:** [#78913](https://github.com/golang/go/issues/78913) - **Author:** Neal Patel - **Reviewed by:** Roland Shoemaker - **What:** Bypass of CVE-2026-27142 fix. WHATWG shared declarative refresh steps algorithm skips ASCII whitespace between `url` and `=` in meta content; escaper didn't account for that. - **Impact:** XSS via meta refresh redirect templates. Update if using html/template with meta redirects. ### html/template: fix escaper bypass via empty script type - **CVE:** CVE-2026-39826 - **Issue:** [#78981](https://github.com/golang/go/issues/78981) - **Author:** Neal Patel - **Reviewed by:** Roland Shoemaker - **What:** `