Bump Go toolchain to go1.26.7 (fixes 5 CVEs) - #796
Merged
amir-yogev-gh merged 1 commit intoSep 3, 2026
Merged
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Team Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
Upgrade Go module version from go1.24.0 to go1.26.4 and toolchain from go1.25.8 to go1.26.7, aligning with flightctl/flightctl release-1.2 and both repos' release-1.1 and main branches. This single toolchain bump resolves all 5 Go stdlib CVEs: - CVE-2026-27145 (crypto/x509, fixed go1.26.4) — EDM-4509 - CVE-2026-56853 (net/http, fixed go1.26.6) — EDM-5185 - CVE-2026-56862 (crypto/tls, fixed go1.26.6) — EDM-5193 - CVE-2026-33818 (encoding/asn1, fixed go1.26.6) — EDM-5197 - CVE-2026-56860 (net/url, fixed go1.26.6) — EDM-5199 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
redhat-chai-bot
force-pushed
the
cve-fix/go-toolchain-bump-release-1.2
branch
from
September 3, 2026 19:51
08e0000 to
d9273fc
Compare
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.
Summary
Bump Go toolchain version in
proxy/go.modto resolve 5 Go standard library CVEs on therelease-1.2branch.Changes
godirective:go1.24.0→go1.26.4toolchaindirective:go1.25.8→go1.26.7CVEs Resolved
crypto/x509(fixed in go1.26.4)net/http(fixed in go1.26.6)crypto/tls(fixed in go1.26.6)encoding/asn1(fixed in go1.26.6)net/url(fixed in go1.26.6)Verification
govulncheck v1.7.0confirmed all 5 CVEs present on go1.25.8 and absent on go1.26.7release-1.2withmainandrelease-1.1(both already on go1.26.7)Jira Tickets
AI-generated. Review for accuracy.
@amir-yogev-gh requested in Slack thread