chore(deps): bump golang.org/x/crypto from 0.50.0 to 0.52.0#314
chore(deps): bump golang.org/x/crypto from 0.50.0 to 0.52.0#314dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.50.0 to 0.52.0. - [Commits](golang/crypto@v0.50.0...v0.52.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.52.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Not up to standards ⛔🔴 Issues
|
| Category | Results |
|---|---|
| Security | 3 medium |
🟢 Metrics 0 duplication
Metric Results Duplication 0
AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.
TIP This summary will be updated as you push new changes.
There was a problem hiding this comment.
Pull Request Overview
This PR is currently not up to standards because it introduces high-severity security vulnerabilities via the golang.org/x/net dependency. Although the update to golang.org/x/crypto is intended to provide security fixes, the current version of the network library is susceptible to privilege escalation (CVE-2026-39821) and arbitrary code execution (CVE-2026-25681, CVE-2026-27136). These vulnerabilities constitute a major security flaw that prevents merging. Additionally, there is a missing verification step for project compilation that must be addressed to ensure the new dependency graph is stable.
Test suggestions
- Verify that the project compiles successfully with the updated versions of golang.org/x/crypto and its related indirect dependencies.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify that the project compiles successfully with the updated versions of golang.org/x/crypto and its related indirect dependencies.
TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback
| golang.org/x/crypto v0.52.0 // indirect | ||
| golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546 // indirect | ||
| golang.org/x/net v0.53.0 // indirect | ||
| golang.org/x/net v0.54.0 // indirect |
There was a problem hiding this comment.
🔴 HIGH RISK
The version of golang.org/x/net introduced in this update is affected by high-severity security vulnerabilities, including privilege escalation through incorrect Punycode label processing (CVE-2026-39821) and multiple Cross-Site Scripting (XSS) vectors that can lead to arbitrary code execution (CVE-2026-25681, CVE-2026-27136). This dependency should be updated to a patched version to mitigate these risks.
Bumps golang.org/x/crypto from 0.50.0 to 0.52.0.
Commits
a1c0d99go.mod: update golang.org/x dependencies3c7c869ssh: fix deadlock on unexpected channel responses533fb3fssh: fix source-address critical option bypassabbc44dssh: fix incorrect operator ordere052873ssh: fix infinite loop on large channel writes due to integer overflowb61cf85ssh: enforce user presence verification for security keys9c2cd33ssh: enforce strict limits on DSA key parameters8907318ssh: reject RSA keys with excessively large moduliffd87b4ssh: fix panic when authority callbacks are nil4e7a738ssh: fix deadlock on unexpected global responsesDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.