Fix dependency vulnerabilities (grpc, mcp-sdk, spdystream, go-git, circl)#322
Merged
Conversation
Bump vulnerable Go dependencies to patched versions: - google.golang.org/grpc v1.78.0 → v1.79.3 (critical: authz bypass CVE-2026-33186) - modelcontextprotocol/go-sdk v1.1.0 → v1.4.1 (high: DNS rebinding, cross-site tool exec) - moby/spdystream v0.5.0 → v0.5.1 (high: DoS on CRI CVE-2026-35469) - go-git/go-git/v5 v5.16.5 → v5.18.0 (medium: credential leak, idx file DoS) - cloudflare/circl v1.6.1 → v1.6.3 (low: incorrect secp384r1 calculation) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
|
@davixcky, did you test the CLI with these changes? (in particular mcp and local). |
Contributor
Author
I will leave libconnect upgrade separately |
Update libconnect to include grpc v1.79.3, spdystream v0.5.1, and x/net v0.53.0 fixes. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This reverts commit 59582b6.
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.78.0 → v1.79.3 (critical: authorization bypass via missing leading slash in:pathpseudo-header, CVE-2026-33186)modelcontextprotocol/go-sdkv1.1.0 → v1.4.1 (high: DNS rebinding, cross-site tool execution, improper case sensitivity handling)moby/spdystreamv0.5.0 → v0.5.1 (high: DoS via unvalidated SPDY frame lengths, CVE-2026-35469)go-git/go-git/v5v5.16.5 → v5.18.0 (medium: credential leak via cross-host redirect, idx file memory DoS)cloudflare/circlv1.6.1 → v1.6.3 (low: incorrect secp384r1 calculation)Resolves all 10 open Dependabot alerts on this repo. Part of ENG-896.
Test plan
go build ./cmd/...passesgo test ./cmd/... ./internal/...passes🤖 Generated with Claude Code