chore(deps): bump golang.org/x/crypto from 0.49.0 to 0.52.0 - #287
chore(deps): bump golang.org/x/crypto from 0.49.0 to 0.52.0#287dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.49.0 to 0.52.0. - [Commits](golang/crypto@v0.49.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>
Greptile SummaryThis PR is a Dependabot-generated security and maintenance update that bumps
Confidence Score: 5/5Safe to merge — this is a straightforward dependency bump that fixes multiple known SSH security vulnerabilities with no API changes. The change is limited to go.mod and go.sum, bumping golang.org/x/crypto and six transitive golang.org/x/* packages. The upgrade closes several SSH-related security issues (auth option bypass, missing presence checks, resource exhaustion vectors, deadlocks). There are no code changes in this repository itself, the version jump is minor (0.49→0.52), and Dependabot's compatibility score validates the update. The hash entries in go.sum match the new versions as expected. No files require special attention — both changed files (go.mod and go.sum) are standard Dependabot-managed dependency manifests.
|
| Filename | Overview |
|---|---|
| go.mod | Bumps golang.org/x/crypto from v0.49.0 to v0.52.0, along with cascading updates to six other golang.org/x/* transitive dependencies (mod, net, sys, telemetry, text, tools) |
| go.sum | Hash entries updated to match the new versions of all bumped golang.org/x/* packages; old entries removed and new checksums added as expected |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[go.mod / go.sum update] --> B[golang.org/x/crypto\nv0.49.0 → v0.52.0]
B --> C[Security fixes in ssh package]
C --> C1[source-address bypass fix]
C --> C2[DSA key parameter limits]
C --> C3[RSA large moduli rejection]
C --> C4[user presence enforcement]
C --> C5[deadlock & integer overflow fixes]
A --> D[Transitive bumps]
D --> D1[x/mod v0.33.0 → v0.35.0]
D --> D2[x/net v0.52.0 → v0.54.0]
D --> D3[x/sys v0.42.0 → v0.45.0]
D --> D4[x/text v0.35.0 → v0.37.0]
D --> D5[x/tools v0.42.0 → v0.44.0]
D --> D6[x/telemetry updated]
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
A[go.mod / go.sum update] --> B[golang.org/x/crypto\nv0.49.0 → v0.52.0]
B --> C[Security fixes in ssh package]
C --> C1[source-address bypass fix]
C --> C2[DSA key parameter limits]
C --> C3[RSA large moduli rejection]
C --> C4[user presence enforcement]
C --> C5[deadlock & integer overflow fixes]
A --> D[Transitive bumps]
D --> D1[x/mod v0.33.0 → v0.35.0]
D --> D2[x/net v0.52.0 → v0.54.0]
D --> D3[x/sys v0.42.0 → v0.45.0]
D --> D4[x/text v0.35.0 → v0.37.0]
D --> D5[x/tools v0.42.0 → v0.44.0]
D --> D6[x/telemetry updated]
Reviews (1): Last reviewed commit: "chore(deps): bump golang.org/x/crypto fr..." | Re-trigger Greptile
Bumps golang.org/x/crypto from 0.49.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.