Skip to content

chore(security): upgrade golang.org/x/crypto to v0.53.0#130

Merged
nwaller-nesto merged 1 commit into
masterfrom
fix/pl-5796-update-x-crypto
Jun 8, 2026
Merged

chore(security): upgrade golang.org/x/crypto to v0.53.0#130
nwaller-nesto merged 1 commit into
masterfrom
fix/pl-5796-update-x-crypto

Conversation

@nwaller-nesto

@nwaller-nesto nwaller-nesto commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

What

Upgrade golang.org/x/crypto from v0.51.0 to v0.53.0 in go.mod. Also bumps transitive deps golang.org/x/mod, sys, term, and text.

Why

Snyk flagged 6 High vulnerabilities in golang.org/x/crypto/ssh and golang.org/x/crypto/ssh/knownhosts. The fix requires >= v0.52.0.

Test Plan

  • go build ./... passes
  • CI passes

References


Note

Low Risk
Lockfile-only change with no logic edits; risk is limited to regression from newer indirect crypto/SSH behavior, mitigated by build/CI checks.

Overview
Bumps golang.org/x/crypto from v0.51.0 to v0.53.0 in go.mod / go.sum to address Snyk-reported high-severity issues in ssh, ssh/agent, and ssh/knownhosts (fixed in ≥ v0.52.0). No application source changes—only the module lockfile.

The upgrade also refreshes transitive golang.org/x pins (mod, sys, term, text, and related sync / tools entries in go.sum) that move with the new crypto release.

Reviewed by Cursor Bugbot for commit a529638. Bugbot is set up for automated code reviews on this repo. Configure here.

@nwaller-nesto nwaller-nesto marked this pull request as ready for review June 8, 2026 22:59
Addresses 6x High Snyk vulnerabilities in golang.org/x/crypto/ssh
(SNYK-GOLANG-GOLANGORGXCRYPTOSSH-16795342 et al). Also bumps
golang.org/x/mod, sys, term, and text transitively.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@nwaller-nesto nwaller-nesto force-pushed the fix/pl-5796-update-x-crypto branch from 162f69e to a529638 Compare June 8, 2026 23:00
@nwaller-nesto nwaller-nesto enabled auto-merge (rebase) June 8, 2026 23:01
@nwaller-nesto nwaller-nesto merged commit fc0748f into master Jun 8, 2026
9 checks passed
@nwaller-nesto nwaller-nesto deleted the fix/pl-5796-update-x-crypto branch June 8, 2026 23:12
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