Skip to content

[release-v0.26.x] Security: Fix GovCloud CVEs - golang.org/x/text, x/net, grpc - #1850

Open
jkhelil wants to merge 1 commit into
release-v0.26.xfrom
fix/SRVKP-13174-cve-golang-modules-release-v0.26.x-attempt-1
Open

[release-v0.26.x] Security: Fix GovCloud CVEs - golang.org/x/text, x/net, grpc#1850
jkhelil wants to merge 1 commit into
release-v0.26.xfrom
fix/SRVKP-13174-cve-golang-modules-release-v0.26.x-attempt-1

Conversation

@jkhelil

@jkhelil jkhelil commented Aug 4, 2026

Copy link
Copy Markdown
Member

Changes

Fix GovCloud compliance CVEs by upgrading Go modules in release-v0.26.x:

Module From To CVE
golang.org/x/text v0.37.0 v0.39.0 CVE-2026-56852 (IMPORTANT, 7.5)
golang.org/x/net v0.55.0 v0.56.0 CVE-2026-46600 (IMPORTANT, 7.5)
google.golang.org/grpc v1.80.0 v1.82.1 GHSA-hrxh-6v49-42gf (IMPORTANT)

These CVEs were identified during a ROSA-GovCloud compliance scan of the
pipelines-chains-controller-rhel9 container image (Jira: SRVKP-13174).

govulncheck scan results

govulncheck did not detect call-path reachability for these CVEs in the
current codebase. The ACS container image scanner flags them based on
module version presence (not call-path reachability). Upgrading eliminates
the findings from both scanners.

Test Results

✅ All 40 unit test packages passed with go test -short ./...

Submitter Checklist

As the author of this PR, please check off the items in this checklist:

  • Has Docs included if any changes are user facing
  • Has Tests included if any functionality added or changed
  • Follows the commit message standard
  • Meets the Tekton contributor standards (including
    functionality, content, code)
  • Release notes block below has been updated with any user facing changes (API changes, bug fixes, changes requiring upgrade notices or deprecation warnings)
  • Release notes contains the string "action required" if the change requires additional action from users switching to the new release

Release Notes

Security: update golang.org/x/text to v0.39.0, golang.org/x/net to v0.56.0, google.golang.org/grpc to v1.82.1 to address GovCloud compliance CVEs (SRVKP-13174)

- Upgrade golang.org/x/text from v0.37.0 to v0.39.0 (CVE-2026-56852)
- Upgrade golang.org/x/net from v0.55.0 to v0.56.0 (CVE-2026-46600)
- Upgrade google.golang.org/grpc from v1.80.0 to v1.82.1 (GHSA-hrxh-6v49-42gf)

These updates address Important-severity CVEs identified in the
pipelines-chains-controller-rhel9 image during ROSA-GovCloud compliance scan.
All 40 unit test packages pass.

Jira: SRVKP-13174
Signed-off-by: jkhelil <jkhelil@redhat.com>
Co-Assisted-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@tekton-robot tekton-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Aug 4, 2026
@jkhelil

jkhelil commented Aug 4, 2026

Copy link
Copy Markdown
Member Author

/approve

@jkhelil

jkhelil commented Aug 4, 2026

Copy link
Copy Markdown
Member Author

/lgtm

@tekton-robot

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jkhelil

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@tekton-robot

Copy link
Copy Markdown

@jkhelil: you cannot LGTM your own PR.

Details

In response to this:

/lgtm

Instructions 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.

@tekton-robot tekton-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 4, 2026
@tekton-robot

Copy link
Copy Markdown

@jkhelil: PR needs rebase.

Details

Instructions 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.

@tekton-robot tekton-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Aug 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants