Upgrade golang.org/x/crypto to v0.52.0#5366
Merged
Merged
Conversation
Fixes 13 CVEs published 2026-05-22 in the golang.org/x/crypto ssh and ssh/agent packages (GO-2026-5005 through GO-2026-5033). The fix release v0.52.0 was available but Renovate's weekend schedule had not yet picked it up, causing the vulnerability scan CI to fail on every branch. golang.org/x/sys is bumped to v0.45.0 as a transitive dependency of the crypto upgrade. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5366 +/- ##
==========================================
+ Coverage 68.72% 68.74% +0.02%
==========================================
Files 625 625
Lines 63422 63422
==========================================
+ Hits 43587 43600 +13
+ Misses 16585 16576 -9
+ Partials 3250 3246 -4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
rdimitrov
approved these changes
May 22, 2026
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
golang.org/x/cryptosshandssh/agentpackages (GO-2026-5005 through GO-2026-5033, CVE-2026-39827–39835, CVE-2026-42508, CVE-2026-46595–46598). These caused the Go Vulnerability Check CI to fail onmainand all open PRs.golang.org/x/cryptois upgraded fromv0.51.0→v0.52.0, which contains the fix for all 13 CVEs.golang.org/x/sysis bumped fromv0.44.0→v0.45.0as a transitive dependency of the crypto upgrade.Type of change
Test plan
go build ./...passes after the upgradeGenerated with Claude Code