Skip to content

bump libconnect for Dependabot vuln fixes#340

Merged
daniel-de-vera merged 1 commit into
mainfrom
deps/bump-libconnect-20260527
May 27, 2026
Merged

bump libconnect for Dependabot vuln fixes#340
daniel-de-vera merged 1 commit into
mainfrom
deps/bump-libconnect-20260527

Conversation

@daniel-de-vera
Copy link
Copy Markdown
Contributor

Summary

Bumps github.com/signadot/libconnect to pick up signadot/libconnect#159, which updates 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 go.sum change 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

  • CI passes (build, unit tests)
  • No surprises in go.sum diff — only the libconnect line changes

🤖 Generated with Claude Code

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.
@daniel-de-vera daniel-de-vera requested a review from foxish May 27, 2026 19:12
Copy link
Copy Markdown
Member

@foxish foxish left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@daniel-de-vera daniel-de-vera merged commit f4ab629 into main May 27, 2026
@daniel-de-vera daniel-de-vera deleted the deps/bump-libconnect-20260527 branch May 27, 2026 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants