build(deps): bump golang.org/x/crypto from 0.50.0 to 0.52.0#858
build(deps): bump golang.org/x/crypto from 0.50.0 to 0.52.0#858dependabot[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>
Kusari Analysis Results:Caution Flagged Issues Detected The code security analysis returned zero findings across all scanned files, confirming no secrets, code-level vulnerabilities, or workflow issues were introduced by this PR. However, the dependency analysis identified 6 active vulnerabilities in golang.org/x/net@v0.54.0, which is introduced (or retained) by this PR. The most critical is CVE-2026-39821, a HIGH severity Punycode privilege escalation in the idna package (CVSS: AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N) — allowing a network-adjacent low-privileged attacker to escalate privileges with no user interaction. Additional vulnerabilities include multiple XSS issues (CVE-2026-42502, CVE-2026-25681, CVE-2026-27136, CVE-2026-42506) and a denial-of-service via HTML parsing (CVE-2026-25680). While the PR improves the posture of golang.org/x/crypto by patching prior vulnerabilities, it does not resolve the active golang.org/x/net issues. The clean code scan does not mitigate these dependency-level risks. We strongly recommend addressing this before merging by upgrading golang.org/x/net to v0.57.0 (the resolved version). Action: run 'go get golang.org/x/net@v0.57.0' and update go.mod/go.sum accordingly. If a transitive dependency constrains the version, add an explicit pin in go.mod. Note View full detailed analysis result for more information on the output and the checks that were run. Required Dependency Mitigations
Found this helpful? Give it a 👍 or 👎 reaction! |
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.