bump libconnect for Dependabot vuln fixes#340
Merged
Conversation
Picks up signadot/libconnect#159, which bumps libconnect's own dependencies to address Dependabot alerts: - google.golang.org/grpc v1.78.0 → v1.79.3 (critical: authz bypass CVE-2026-33186) - golang.org/x/net v0.48.0 → v0.53.0 - github.com/moby/spdystream v0.5.0 → v0.5.1 (high: DoS on CRI CVE-2026-35469) The CLI already pinned these transitive deps at versions >= the post-fix versions, so the only change in this repo's go.sum is the libconnect pin itself. The bump removes the upstream alerts that were still being reported against libconnect's own go.mod.
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
Bumps
github.com/signadot/libconnectto pick up signadot/libconnect#159, which updates libconnect's own dependencies to address Dependabot alerts:google.golang.org/grpcv1.78.0 → v1.79.3 — critical: authz bypass (CVE-2026-33186)golang.org/x/netv0.48.0 → v0.53.0github.com/moby/spdystreamv0.5.0 → v0.5.1 — high: DoS on CRI (CVE-2026-35469)The CLI already pinned these transitive deps at versions ≥ the post-fix versions, so the only
go.sumchange here is the libconnect pin itself. The point of the bump is to stop the upstream alerts from being reported against libconnect's own go.mod via this consumer.Test plan
go.sumdiff — only the libconnect line changes🤖 Generated with Claude Code