Skip to content

chore(deps): bump golang.org/x/crypto from 0.8.0 to 0.45.0#4

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/golang.org/x/crypto-0.45.0
Closed

chore(deps): bump golang.org/x/crypto from 0.8.0 to 0.45.0#4
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/golang.org/x/crypto-0.45.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 20, 2026

Copy link
Copy Markdown

Bumps golang.org/x/crypto from 0.8.0 to 0.45.0.

Commits
  • 4e0068c go.mod: update golang.org/x dependencies
  • e79546e ssh: curb GSSAPI DoS risk by limiting number of specified OIDs
  • f91f7a7 ssh/agent: prevent panic on malformed constraint
  • 2df4153 acme/autocert: let automatic renewal work with short lifetime certs
  • bcf6a84 acme: pass context to request
  • b4f2b62 ssh: fix error message on unsupported cipher
  • 79ec3a5 ssh: allow to bind to a hostname in remote forwarding
  • 122a78f go.mod: update golang.org/x dependencies
  • c0531f9 all: eliminate vet diagnostics
  • 0997000 all: fix some comments
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

Note

Medium Risk
Bumps the module’s go version to 1.24.0 and updates indirect golang.org/x dependencies, which may impact build/toolchain compatibility and transitive behavior despite no code changes.

Overview
Updates module metadata by raising the go directive from 1.18 to 1.24.0.

Refreshes indirect dependencies, notably bumping golang.org/x/crypto to v0.45.0 and golang.org/x/text to v0.31.0 (with corresponding go.sum updates).

Reviewed by Cursor Bugbot for commit 7c461e1. Bugbot is set up for automated code reviews on this repo. Configure here.

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.8.0 to 0.45.0.
- [Commits](golang/crypto@v0.8.0...v0.45.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 added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 20, 2026

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 7c461e1. Configure here.

Comment thread go.mod
module github.com/fw-ai/postgres

go 1.18
go 1.24.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.

Go minimum version jumps six versions breaking consumers

Medium Severity

The go directive jumped from 1.18 to 1.24.0 as a side effect of bumping golang.org/x/crypto to v0.45.0. Since Go 1.21, this directive is a strictly enforced minimum version requirement. Any downstream consumer of this library on Go < 1.24 will either fail to build (Go < 1.21) or be forced into an automatic toolchain download (Go 1.21+). This is a six-version compatibility break for a library module that Dependabot doesn't highlight in its PR description.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 7c461e1. Configure here.

@dependabot @github

dependabot Bot commented on behalf of github Jul 10, 2026

Copy link
Copy Markdown
Author

Superseded by #5.

@dependabot dependabot Bot closed this Jul 10, 2026
@dependabot dependabot Bot deleted the dependabot/go_modules/golang.org/x/crypto-0.45.0 branch July 10, 2026 20:52
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.

0 participants