From ffcc0fccf32e085b3e7b049676487bfe5df20bb5 Mon Sep 17 00:00:00 2001 From: Rodin Date: Thu, 30 Apr 2026 15:49:25 -0700 Subject: [PATCH] chore: remove leftover tooling artifacts (watermark, changelog) --- .watermark.json | 7 ---- changelog/.gitkeep | 0 changelog/2026-04-30.md | 91 ----------------------------------------- 3 files changed, 98 deletions(-) delete mode 100644 .watermark.json delete mode 100644 changelog/.gitkeep delete mode 100644 changelog/2026-04-30.md diff --git a/.watermark.json b/.watermark.json deleted file mode 100644 index 3abc657..0000000 --- a/.watermark.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "source_repo": "golang/go", - "last_digest_sha": "0e9a844b0d110deb6821df45b260332b923615f3", - "last_digest_at": "2026-04-30T14:01:00Z", - "last_refresh_sha": null, - "last_refresh_at": null -} diff --git a/changelog/.gitkeep b/changelog/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/changelog/2026-04-30.md b/changelog/2026-04-30.md deleted file mode 100644 index c3ddf87..0000000 --- a/changelog/2026-04-30.md +++ /dev/null @@ -1,91 +0,0 @@ -# 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:** `