fix: upgrade google.golang.org/grpc to 1.82.1 (GHSA-hrxh-6v49-42gf) - #22193
fix: upgrade google.golang.org/grpc to 1.82.1 (GHSA-hrxh-6v49-42gf)#22193anupamme wants to merge 1 commit into
Conversation
Automated dependency upgrade by OrbisAI Security Signed-off-by: orbisai0security <mediratta@gmail.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: anupamme 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 |
|
Hi @anupamme. Thanks for your PR. I'm waiting for a etcd-io member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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-sigs/prow repository. |
|
Hi, @anupamme. Thanks for the pull request. This is a duplicate of #22164, #22165, and #22166. We also cover these dependency bumps weekly according to our Dependency management documentation. Our latest stable releases (3.7.1, 3.6.14, and 3.5.33) already include this dependency bump. So, there's no rush to merge individual Dependabot pull requests, and we can wait until next week's dependency bump. Thanks again, though. /close |
|
@ivanvc: Closed this PR. DetailsIn response to this:
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-sigs/prow repository. |
Summary
Upgrade google.golang.org/grpc from v1.81.1 to 1.82.1 to fix GHSA-hrxh-6v49-42gf.
Vulnerability
GHSA-hrxh-6v49-42gfapi/go.modDescription: gRPC-Go: xDS RBAC and HTTP/2 Vulnerabilities
Evidence
Scanner confirmation: trivy rule
GHSA-hrxh-6v49-42gfflagged this pattern.Production code: This file is in the production codebase, not test-only code.
Threat Model Context
This is a local CLI tool - exploitation requires the attacker to control command-line arguments or input files.
Changes
api/go.modapi/go.sumBehavior Preservation
The change is scoped to 2 files on the vulnerable path, and the project's existing tests still pass, so intended behavior is unchanged.
Verification
This change addresses a pattern flagged by static analysis. The code path handles user-influenced input and the fix reduces the attack surface against both manual and automated exploitation.
Automated security fix by OrbisAI Security