Bump google.golang.org/grpc to v1.82.1 (GHSA-hrxh-6v49-42gf) - #358
Bump google.golang.org/grpc to v1.82.1 (GHSA-hrxh-6v49-42gf)#358stevenolen wants to merge 1 commit into
Conversation
Resolves a High severity Incorrect Authorization finding (GHSA-hrxh-6v49-42gf, CWE-863) in google.golang.org/grpc, which is vulnerable below v1.82.1. grpc is a transitive dependency pulled through the Pulumi SDK. Bumping the lib module forces minimal version selection to the patched release, and the cmd module picks it up via its local replace of lib.
|
Claude finished @stevenolen's task in 33s —— View job PR Review
This is a clean, minimal CVE fix. A few observations: Correct scope: Both go.sum integrity: The new hash entries for Indirection is appropriate: grpc is listed as No issues found. The change is exactly as narrow as it should be for a CVE remediation. |
Summary
Remediates a High severity Snyk finding: Incorrect Authorization (GHSA-hrxh-6v49-42gf, CWE-863) in google.golang.org/grpc, which is vulnerable below v1.82.1.
grpc is an indirect dependency pulled in transitively through the Pulumi SDK. Bumping it to v1.82.1 in the lib module forces minimal version selection to the patched release. The cmd module inherits the fix through its local replace of lib.
Changes
Verification