Bump Go toolchain to 1.25.11 to resolve stdlib CVEs (v1.1.1)#294
Merged
Conversation
These advisories are in the Go standard library/toolchain, not in apache_exporter code or its module dependencies, so they are cleared by recompiling with a patched Go rather than by an app change. go1.25.11 satisfies every fixed version flagged: - CVE-2025-68121 (fixed in 1.25.7) - CVE-2026-27143 (fixed in 1.25.9) - GO-2026-4868 (cmd/compile) - GO-2026-4337 (crypto/tls) The previous toolchain pin (go1.25.8) still left CVE-2026-27143 open. Release v1.1.1 so the published images are rebuilt with the fixed toolchain. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Owner
Author
|
Closes #293 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Bumps the build toolchain to go1.25.11 and tags v1.1.1 so freshly published images are recompiled with a patched Go.
These advisories live in the Go standard library / toolchain — not in apache_exporter code or its module dependencies — so they're cleared by recompiling, not by an app change.
go1.25.11satisfies every flagged fix:cmd/compilecrypto/tlsChanges
go.mod:toolchain go1.25.8→go1.25.11VERSION:1.1.0→1.1.1CHANGELOG.md: 1.1.1 security entryVerification
go buildembedsgo1.25.11(go version -m)go vet ./...passesNote
The fix only reaches users once images are rebuilt: merge, then tag
v1.1.1to trigger thepublish_releasejob. Confirm the published image reportsgo1.25.11viago version -m /bin/apache_exporterbefore closing the upstream issue (CVE-2025-68121).🤖 Generated with Claude Code