Skip to content

fix: upgrade golang.org/x/crypto to v0.54.0 to resolve Dependabot alerts - #96

Merged
imajeetyadav merged 1 commit into
mainfrom
fix/dependabot-golang-x-crypto
Jul 18, 2026
Merged

fix: upgrade golang.org/x/crypto to v0.54.0 to resolve Dependabot alerts#96
imajeetyadav merged 1 commit into
mainfrom
fix/dependabot-golang-x-crypto

Conversation

@imajeetyadav

Copy link
Copy Markdown
Contributor

Summary

Resolves all 13 open Dependabot alerts, which all target golang.org/x/crypto in go-core/go.mod (6 critical, including auth bypass via unenforced @revoked status and SSH agent key-forwarding constraint issues).

  • golang.org/x/crypto v0.51.0 → v0.54.0 — every alert is patched as of v0.52.0
  • Companion bumps pulled in by the upgrade: x/net v0.56.0, x/sync v0.22.0, x/sys v0.47.0, x/term v0.45.0, x/text v0.40.0

Changes are limited to go-core/go.mod and go-core/go.sum.

Testing

  • go build ./cmd/podscape-core/ and go build ./cmd/podscape-mcp/ both build cleanly
  • go test ./... passes across all 17 test packages

Resolves 13 open Dependabot alerts (6 critical) against golang.org/x/crypto,
all patched as of v0.52.0. Companion golang.org/x/* modules (net, sync, sys,
term, text) bumped by the upgrade.
@github-actions github-actions Bot added the dependencies Pull requests that update a dependency file label Jul 18, 2026
@imajeetyadav
imajeetyadav merged commit 68b9d00 into main Jul 18, 2026
10 checks passed
@imajeetyadav
imajeetyadav deleted the fix/dependabot-golang-x-crypto branch July 18, 2026 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant