🔒 Bump Go to 1.26.3 to fix 7 stdlib security vulnerabilities - #22
Merged
Conversation
The govulncheck security scanner started rattling chains — seven CVEs haunting the codebase, all lurking inside go1.26.0's standard library. The specters: - GO-2026-4982 & GO-2026-4980: XSS in html/template (escaper/meta URL bypasses) - GO-2026-4947 & GO-2026-4946: DoS in crypto/x509 (cert chain work, policy validation) - GO-2026-4870: DoS in crypto/tls (unauthenticated TLS 1.3 KeyUpdate connection retention) - GO-2026-4918: HTTP/2 infinite loop in net/http on bad SETTINGS_MAX_FRAME_SIZE - GO-2026-4971: Panic in net.Dial on Windows NUL byte input One bump to go1.26.3 in go.mod sends them all back to whatever dimension they crawled out of. All workflows use go-version-file: go.mod so they automatically pick up the fix.
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.26.0→1.26.3html/templatehtml/templatecrypto/x509crypto/x509crypto/tlsnet/httpSETTINGS_MAX_FRAME_SIZEnetnet.Dial/LookupPorton NUL byte input (Windows)All workflows use
go-version-file: go.modso they automatically pick up the new version.The Trivy filesystem scan was already clean — no third-party dependency CVEs.
Test plan