[release-v0.45.x] Security: Fix stdlib CVEs (go1.26.6) and sigstore-go v1.2.0 - #3134
Open
divyansh42 wants to merge 1 commit into
Open
Conversation
- Bump go directive from 1.26.5 to 1.26.6 to fix stdlib CVEs: - GO-2026-6218 (net/url quadratic complexity) - GO-2026-6090 (crypto/tls post-handshake messages) - GO-2026-5972 (encoding/asn1 max recursion depth) - GO-2026-5026 (net/http Punycode-encoded labels) - Bump github.com/sigstore/sigstore-go v1.1.4 → v1.2.0 - Fixes GO-2026-5952: multi-log threshold bypass (CVE-2026-49834) - Run go mod tidy, go mod verify, go mod vendor Resolves: SRVKP-13176 Co-Assisted-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
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.
Changes
Security dependency updates for release-v0.45.x addressing vulnerabilities confirmed by govulncheck:
1. Bump Go stdlib:
go 1.26.5→go 1.26.6net/url.resolvePathcrypto/tlsencoding/asn1net/http2. Bump
github.com/sigstore/sigstore-gov1.1.4 → v1.2.0Related Jira ticket: SRVKP-13176 (FedRAMP compliance scan — pipelines-cli-tkn-rhel9)
Existing PR for grpc fix on this branch: #3131
Submitter Checklist
go mod tidy && go mod verify && go mod vendorall passedmake generated(not applicable for dependency-only update)govulncheck Results (Post-Fix)
Scanned with
GOTOOLCHAIN=go1.26.6 govulncheck@v1.7.0(2026-08-13 DB):Resolved:
Remaining (no fix available):
Unit Test Results
Release Notes