Skip to content

Bump golang.org/x/crypto from 0.39.0 to 0.52.0 - #18

Merged
pilotso11 merged 1 commit into
mainfrom
dependabot/go_modules/golang.org/x/crypto-0.45.0
Aug 5, 2026
Merged

Bump golang.org/x/crypto from 0.39.0 to 0.52.0#18
pilotso11 merged 1 commit into
mainfrom
dependabot/go_modules/golang.org/x/crypto-0.45.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 20, 2025

Copy link
Copy Markdown
Contributor

Bumps golang.org/x/crypto from 0.39.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 Nov 20, 2025
@pilotso11

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Aug 5, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@pilotso11

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot dependabot Bot changed the title Bump golang.org/x/crypto from 0.39.0 to 0.45.0 Bump golang.org/x/crypto from 0.39.0 to 0.52.0 Aug 5, 2026
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.39.0 to 0.52.0.
- [Commits](golang/crypto@v0.39.0...v0.52.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.45.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.45.0 branch from a0490fd to bf30ea5 Compare August 5, 2026 20:23
@adv-reviewer

adv-reviewer Bot commented Aug 5, 2026

Copy link
Copy Markdown

🔎 zai-reviewer — reviewed bf30ea5, found 1 issue.

@pilotso11
pilotso11 merged commit c7c1cd7 into main Aug 5, 2026
2 checks passed
@pilotso11
pilotso11 deleted the dependabot/go_modules/golang.org/x/crypto-0.45.0 branch August 5, 2026 20:45
Comment thread go.mod
go 1.23.0

toolchain go1.24.3
go 1.25.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The go directive was raised to go 1.25.0 and the toolchain go1.24.3 directive was removed, but the CI workflow at .github/workflows/go.yml:33 still pins go-version: 1.23. Previously the go directive (1.23.0) matched the CI pin and the toolchain directive (go1.24.3) bridged any gap via GOTOOLCHAIN=auto. Now CI is two versions behind with no toolchain pin. Every CI run silently relies on Go 1.23's GOTOOLCHAIN=auto downloading go1.25.0 from the module proxy (~70 MB per run); if GOTOOLCHAIN is set to local, or the proxy/download is unavailable, CI fails. The stale go-version: 1.23 pin is also misleading about what toolchain actually builds the project.

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