Bump Go toolchain to 1.26.7 to remediate standard-library CVEs (dev-v2) - #1894
Merged
ShubhenduSinghF5 merged 1 commit intoAug 21, 2026
Merged
Conversation
Resolves 8 code-reachable Go standard-library CVEs (net/url, html/template, crypto/tls, net/http, encoding/xml, encoding/asn1) reported by govulncheck. Verified: govulncheck reports 'No vulnerabilities found' under go1.26.7 and SDK tests pass. Alternative to nginx#1884 (1.27.0), which additionally breaks golangci-lint and SDK checksum tests; reserving 1.27.0 for 2.47.0.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev-v2 #1894 +/- ##
=========================================
Coverage ? 52.24%
=========================================
Files ? 51
Lines ? 3518
Branches ? 0
=========================================
Hits ? 1838
Misses ? 1534
Partials ? 146 Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
karensantana
approved these changes
Aug 21, 2026
balakoteswar
self-requested a review
August 21, 2026 15:48
craigell
approved these changes
Aug 21, 2026
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.
Proposed changes
Bumps the Go
toolchaindirective fromgo1.26.5togo1.26.7in bothgo.modandsdk/go.mod.This is the CVE-remediation change for the 2.46.8 release. It resolves 7 code-reachable Go standard-library CVEs (net/url, html/template, crypto/tls ×2, net/http ×2, encoding/xml, encoding/asn1) reported by
govulncheck:Alternative to #1884 (which bumps to 1.27.0). 1.27.0 fixes the same CVEs but additionally breaks CI — golangci-lint (
v2.10.1, built with Go 1.26) refuses to run against a 1.27 target, and the SDK zip-checksum tests fail (Go 1.27 changed the gzip encoder output; contents unchanged). 1.26.7 delivers the full CVE fix with zero collateral breakage. Reserving 1.27.0 (#1884) for 2.47.0.Verified locally:
go build ./...OK; SDK tests pass;govulncheck -scan=symbolunder go1.26.7 reports "No vulnerabilities found."Checklist
Before creating a PR, run through this checklist and mark each as complete.
CONTRIBUTINGdocumentmake install-toolsand have attached any dependency changes to this pull requestREADME.md)