build(deps): bump golang.org/x/crypto from 0.33.0 to 0.52.0 - #47
Conversation
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.33.0 to 0.52.0. - [Commits](golang/crypto@v0.33.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>
talmacschen-arch
left a comment
There was a problem hiding this comment.
LGTM — approving.
Verified locally by checking out the PR head (base = current main @ 6341803, already on go 1.25) in an isolated worktree:
go mod verify— all modules verifiedgo build ./...— passesgo vet ./...— clean (see note below)make unit— all 5 suites pass (dbconn 12/12, backup 469/470 + skips, TOC 45/45, testutils 8/8, utils 58/58)go mod tidy— no diff; go.mod/go.sum are consistent
Risk is minimal: golang.org/x/crypto is an // indirect dependency and go mod why reports main module does not need package golang.org/x/crypto, so no source path in cbcopy exercises it. This is dependency hygiene (clears the Dependabot security alert). The bump also pulls the required updates to the transitive x/net, x/sys, x/text, and x/tools, which is expected.
Note (pre-existing, not introduced by this PR): go vet reports testutils/functions.go:648:2: unreachable code. A go.mod version bump can't introduce that; it lives in test code on main and can be cleaned up separately.
|
Note: the pre-existing |
Bumps golang.org/x/crypto from 0.33.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.