chore(deps): bump google.golang.org/grpc to v1.83.0 - #431
Open
ivanauth wants to merge 1 commit into
Open
Conversation
Fixes GHSA-hrxh-6v49-42gf (GO-2026-6061): xDS RBAC and HTTP/2 transport server vulnerabilities, fixed upstream in grpc-go v1.82.1. Also bumps golang.org/x/net past its published html/idna advisories. Snyk is currently failing on every PR because of these.
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.
Bumps
google.golang.org/grpcv1.80.0 → v1.83.0 to fix GHSA-hrxh-6v49-42gf (xDS RBAC / HTTP/2 transport vulnerabilities, fixed upstream in v1.82.1), andgolang.org/x/netv0.52.0 → v0.58.0 past its publishedhtml/idnaadvisories.Snyk is currently red on every open PR in this repo because main carries the vulnerable versions — e.g. #427 and #428, which don't touch these deps. Once this merges, updating those branches should clear their checks.
go build ./...andgovulncheck ./...are clean;TestLookupResourcesfails locally only because it dials a live server onlocalhost:50051.