Skip to content

build(deps): bump google.golang.org/grpc from 1.75.0 to 1.79.3#10031

Open
vdemeester wants to merge 1 commit into
tektoncd:release-v1.6.xfrom
vdemeester:bump-grpc-1.79.3-release-v1.6.x
Open

build(deps): bump google.golang.org/grpc from 1.75.0 to 1.79.3#10031
vdemeester wants to merge 1 commit into
tektoncd:release-v1.6.xfrom
vdemeester:bump-grpc-1.79.3-release-v1.6.x

Conversation

@vdemeester
Copy link
Copy Markdown
Member

@vdemeester vdemeester commented May 13, 2026

Changes

Bump gRPC-Go from v1.75.0 to v1.79.3 to fix CVE-2026-33186 (GHSA-p77j-4mvh-x3m3), a critical severity authorization bypass via missing leading slash in :path.

Also bump transitive dependencies to fix their CVEs:

The otel bump raises the go directive to 1.25.0, which also fixes the golangci-lint compatibility issue on this release branch (superseding #10028).

The existing dependabot PR #9931 bumps grpc to v1.75.1, but that version is still affected by CVE-2026-33186. The fix landed in v1.79.3, so this PR goes directly there.

All unit tests pass and the build is clean.

Close #9931

Submitter Checklist

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

  • Has Docs if any changes are user facing, including updates to minimum requirements e.g. Kubernetes version bumps
  • Has Tests included if any functionality added or changed
  • pre-commit Passed
  • Follows the commit message standard
  • Meets the Tekton contributor standards (including functionality, content, code)
  • Has a kind label. You can add one by adding a comment on this PR that contains /kind <type>. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tep
  • Release notes block below has been updated with any user facing changes (API changes, bug fixes, changes requiring upgrade notices or deprecation warnings). See some examples of good release notes.
  • Release notes contains the string "action required" if the change requires additional action from users switching to the new release

Release Notes

Bump gRPC-Go to v1.79.3 to fix CVE-2026-33186 (critical authorization bypass), go-jose/v4 to v4.1.4 and otel to v1.43.0 to fix additional CVEs

@vdemeester vdemeester added kind/bug Categorizes issue or PR as related to a bug. dependencies Used by dependabot - identifies all PRs created by dependabot labels May 13, 2026
@tekton-robot tekton-robot added the release-note Denotes a PR that will be considered when it comes time to generate release notes. label May 13, 2026
@tekton-robot
Copy link
Copy Markdown
Collaborator

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
To complete the pull request process, please ask for approval from vdemeester after the PR has been reviewed.

The full list of commands accepted by this bot can be found 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 tekton-robot requested review from dibyom and khrm May 13, 2026 13:33
@tekton-robot tekton-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label May 13, 2026
@vdemeester vdemeester force-pushed the bump-grpc-1.79.3-release-v1.6.x branch 3 times, most recently from e0a7491 to c8fff71 Compare May 13, 2026 13:59
@vdemeester
Copy link
Copy Markdown
Member Author

/retest

The lint failure is a false negative — the diff exceeds GitHub's 300-file limit so golangci-lint can't fetch the PR patch. Not a real code issue. The e2e failures are the usual flakes.

@tekton-robot tekton-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label May 18, 2026
- Fix CVE-2026-33186 (critical authorization bypass via missing leading slash)
- Bump go-jose/v4 to v4.1.4 and otel to v1.43.0 for additional CVE fixes

Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
@vdemeester vdemeester force-pushed the bump-grpc-1.79.3-release-v1.6.x branch from c8fff71 to 60d1d2b Compare May 28, 2026 13:30
@tekton-robot tekton-robot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. and removed needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels May 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Used by dependabot - identifies all PRs created by dependabot kind/bug Categorizes issue or PR as related to a bug. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants