fix: upgrade Go to 1.26.3 to resolve 10 stdlib security vulnerabilities#54
Merged
1broseidon merged 1 commit intoMay 9, 2026
Conversation
Bumps the go directive from 1.25.9 to 1.26.3 to address all CVEs reported by govulncheck (GO-2026-4971, GO-2026-4947, GO-2026-4946, GO-2026-4918, GO-2026-4870, GO-2026-4866, GO-2026-4602, GO-2026-4601, GO-2026-4600, GO-2026-4599) in crypto/tls, crypto/x509, net, net/http, net/url, and os standard library packages. Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
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
godirective ingo.modfrom1.25.9to1.26.3govulncheck— all were in the Go standard librarygo mod tidyto regeneratego.sumfor the new toolchainVulnerabilities fixed
net— Panic in Dial/LookupPort with NUL byte on Windowsnet/http— Infinite loop in HTTP/2 transport with bad SETTINGS_MAX_FRAME_SIZEcrypto/tls— Unauthenticated TLS 1.3 KeyUpdate causes connection retention / DoScrypto/x509— Unexpected work during chain buildingcrypto/x509— Inefficient policy validationcrypto/x509— Case-sensitive excludedSubtrees name constraints (auth bypass)os— FileInfo can escape from a Rootnet/url— Incorrect parsing of IPv6 host literalscrypto/x509— Panic in name constraint checking for malformed certscrypto/x509— Incorrect enforcement of email constraintsTest plan
make cipasses cleanly (build-check,lint,test,vulncheck)govulncheckreports: No vulnerabilities found🤖 Generated with Claude Code