build(deps): bump google.golang.org/grpc from 1.75.0 to 1.79.3#10031
Open
vdemeester wants to merge 1 commit into
Open
build(deps): bump google.golang.org/grpc from 1.75.0 to 1.79.3#10031vdemeester wants to merge 1 commit into
vdemeester wants to merge 1 commit into
Conversation
Collaborator
|
[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 |
e0a7491 to
c8fff71
Compare
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. |
- 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>
c8fff71 to
60d1d2b
Compare
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
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:
go-jose/v44.1.2 → 4.1.4 (GHSA-78h2-9frx-2jm8, JWE decryption panic, high)go.opentelemetry.io/otel1.37.0 → 1.43.0 (GHSA-mh2q-q3fh-2475, baggage header DoS, high)The otel bump raises the
godirective 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:
/kind <type>. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes