fix(cve): bump Go stdlib to 1.25.11 and golang.org/x/net to v0.55.0 [pipelines-1.21]#2912
Open
divyansh42 wants to merge 1 commit into
Open
Conversation
…pipelines-1.21] - Update go directive from 1.25.6 to 1.25.11 to resolve stdlib CVEs: GO-2026-5039 GO-2026-5038 GO-2026-5037 GO-2026-4986 GO-2026-4982 GO-2026-4981 GO-2026-4980 GO-2026-4977 GO-2026-4976 GO-2026-4971 GO-2026-4947 GO-2026-4946 GO-2026-4870 GO-2026-4869 GO-2026-4865 GO-2026-4864 GO-2026-4918 - Update golang.org/x/net from v0.49.0 to v0.55.0: GO-2026-5026 (IDNA ASCII-only Punycode bypass) GO-2026-4918 (HTTP/2 infinite loop) - Run go mod tidy, go mod verify, go mod vendor All unit tests pass. Co-Assisted-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
|
@divyansh42: Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Contributor
|
/retest |
Contributor
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vdemeester The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Member
Author
|
/hold |
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.
CVE Fix Summary — pipelines-1.21 (release-v0.43.2)
Bumps Go stdlib from 1.25.6 → 1.25.11 and golang.org/x/net from v0.49.0 → v0.55.0 to remediate multiple confirmed vulnerabilities.
CVE Details
Go Standard Library — fixed in go1.25.11
golang.org/x/net — fixed in v0.55.0
Fix Summary
go 1.25.6→go 1.25.11in go.modgolang.org/x/net v0.49.0→v0.55.0go mod tidy && go mod verify && go mod vendorTest Results
✅ All unit tests passed (exit code 0)
Risk Assessment
Low — patch-level stdlib bump with no API changes. All unit tests pass.
Jira References
No active Jira CVE tickets for Tekton CLI component at time of fix. Vulnerabilities discovered via govulncheck direct scan of tektoncd/cli main.
Component: Tekton CLI (pipelines-cli-tkn-rhel9)
Product Version: pipelines-1.21
Lead: Divyanshu Agrawal (diagrawa@redhat.com)