fix(deps): bump grpc-go and golang.org/x/mod to resolve HIGH CVEs - #79
Merged
mridulgain merged 1 commit intoSep 2, 2026
Conversation
google.golang.org/grpc v1.83.0 has CVE-2026-84304, and golang.org/x/mod v0.38.0 has CVE-2026-56864/CVE-2026-56865 (a GOSUMDB transparency-log verification bypass). Bump both across all three modules (root, api/v2, examples) as flagged by the Trivy Security Scan on PR #78. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
mridulgain
merged commit Sep 2, 2026
0ac9552
into
private/master/mg/fix-kubernetes-inclusterconfig-ipv4-bracket
10 of 11 checks passed
3 tasks
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.
Summary
google.golang.org/grpcv1.83.0 → v1.83.1 (fixes CVE-2026-84304) across the root module,api/v2, andexamplesgolang.org/x/modv0.38.0 → v0.40.0 (fixes CVE-2026-56864 / CVE-2026-56865, a GOSUMDB transparency-log tile verification bypass)Stacked on #78 — this branch is based on
private/master/mg/fix-kubernetes-inclusterconfig-ipv4-bracketand should be merged after (or into) that PR.Test plan
go build ./...passes for root,api/v2, andexamplesmodulesgo test ./storage/...passes🤖 Generated with Claude Code