Skip to content

chore(deps): bump golang.org/x/crypto from 0.46.0 to 0.52.0 - #81

Merged
suisuss merged 1 commit into
mainfrom
dependabot/go_modules/golang.org/x/crypto-0.52.0
Jul 29, 2026
Merged

chore(deps): bump golang.org/x/crypto from 0.46.0 to 0.52.0#81
suisuss merged 1 commit into
mainfrom
dependabot/go_modules/golang.org/x/crypto-0.52.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 29, 2026

Copy link
Copy Markdown
Contributor

Bumps golang.org/x/crypto from 0.46.0 to 0.52.0.

Commits
  • a1c0d99 go.mod: update golang.org/x dependencies
  • 3c7c869 ssh: fix deadlock on unexpected channel responses
  • 533fb3f ssh: fix source-address critical option bypass
  • abbc44d ssh: fix incorrect operator order
  • e052873 ssh: fix infinite loop on large channel writes due to integer overflow
  • b61cf85 ssh: enforce user presence verification for security keys
  • 9c2cd33 ssh: enforce strict limits on DSA key parameters
  • 8907318 ssh: reject RSA keys with excessively large moduli
  • ffd87b4 ssh: fix panic when authority callbacks are nil
  • 4e7a738 ssh: fix deadlock on unexpected global responses
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 29, 2026
suisuss added a commit that referenced this pull request Jul 29, 2026
…g go.sum (#82)

generate.go carries //go:build ignore, so go mod tidy never sees its import
of github.com/spf13/cobra/doc and prunes go-md2man and blackfriday from
go.sum. Doc generation then fails with a missing go.sum entry. Dependabot
runs tidy on every bump, so this broke docs-check on PRs #36, #37 and #81.

Add a tools-tagged blank import. go mod tidy evaluates imports under all
build tag combinations, unlike the compiler, so the tag keeps the file out
of every real build while holding those hashes pinned. Verified: tidy now
leaves go.sum untouched, and go list -deps ./cmd/kh has no md2man.

Also promote golang.org/x/crypto out of the indirect block: cmd/read/read.go
imports it directly, so go.mod was not tidy-clean and any tidy run moved it.
@suisuss

suisuss commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

@dependabot recreate

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.46.0 to 0.52.0.
- [Commits](golang/crypto@v0.46.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>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/golang.org/x/crypto-0.52.0 branch from fecc0e5 to 11491ab Compare July 29, 2026 01:47
@suisuss
suisuss merged commit 48129e6 into main Jul 29, 2026
4 checks passed
@suisuss
suisuss deleted the dependabot/go_modules/golang.org/x/crypto-0.52.0 branch July 29, 2026 01:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant