MLE-29894: bump golang.org/x/crypto to v0.52.0 and golang.org/x/net to v0.55.0 to address CVEs#341
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates indirect Go dependencies to remediate reported vulnerabilities while keeping the module graph consistent.
Changes:
- Bumps
golang.org/x/cryptofromv0.50.0tov0.52.0. - Bumps
golang.org/x/netfromv0.53.0tov0.55.0. - Updates related transitive
golang.org/x/*checksums and indirect module versions.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
go.mod |
Updates indirect Go dependency versions for the vulnerability remediation. |
go.sum |
Refreshes checksums for the updated dependency graph. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
06b8df5 to
c74013b
Compare
…o v0.55.0 to address CVEs Upgrades golang.org/x/crypto from v0.50.0 to v0.52.0 to fix 12 CVEs (6 High, 6 Medium) reported in GO-2026-5016 through GO-2026-5033. Also bumps golang.org/x/net from v0.53.0 to v0.55.0 to fix GO-2026-5026 (idna ASCII-only Punycode). Verified clean with govulncheck./...
c74013b to
c2d9fbd
Compare
pengzhouml
approved these changes
May 28, 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.
Jira: MLE-29894
Summary
Bumps two indirect Go dependencies to remediate 13 CVEs flagged in the BlackDuck develop-branch scan.
Changes
Verification