Skip to content

build(deps): bump golang.org/x/crypto from 0.45.0 to 0.52.0#1294

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps golang.org/x/crypto from 0.45.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

Summary by CodeRabbit

  • Chores
    • Updated several bundled Go-related dependencies to newer versions.
    • Brought the project’s Go version settings up to date with a newer toolchain target.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 8, 2026
@openshift-ci openshift-ci Bot requested review from jrosental and metlos July 8, 2026 08:01
@openshift-ci

openshift-ci Bot commented Jul 8, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]
Once this PR has been reviewed and has the lgtm label, please assign matousjobanek for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@coderabbitai

coderabbitai Bot commented Jul 8, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Enterprise

Run ID: 76a1045c-d4e2-49d6-8171-bce1d9016602

📥 Commits

Reviewing files that changed from the base of the PR and between 0a43780 and af04d2e.

⛔ Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum
📒 Files selected for processing (1)
  • go.mod
🔗 Linked repositories identified

CodeRabbit considers these linked repositories for cross-repo context during reviews:

🚧 Files skipped from review as they are similar to previous changes (1)
  • go.mod
📜 Recent review details
⏰ Context from checks skipped due to timeout. (2)
  • GitHub Check: Unit Tests
  • GitHub Check: Build & push operator bundles & dashboard image for e2e tests
🧰 Additional context used
🔀 Multi-repo context codeready-toolchain/toolchain-common, codeready-toolchain/api, codeready-toolchain/host-operator

codeready-toolchain/toolchain-common

  • go.mod:3-5, 102-108 still pins go 1.24.4 / toolchain go1.24.13 and keeps golang.org/x/crypto v0.45.0 indirect, so it has not picked up the newer x/crypto/x-* set yet. [::codeready-toolchain/toolchain-common::]
  • pkg/client/github_client.go:8 imports golang.org/x/oauth2; no direct golang.org/x/crypto or crypto/ssh source usage was found. [::codeready-toolchain/toolchain-common::]

codeready-toolchain/api

  • go.mod:3-5, 42-47 still targets go 1.24.4 / toolchain go1.24.13 and keeps older indirect golang.org/x/* versions; go.sum:105-107 has only older x/crypto hashes, not v0.52.0. [::codeready-toolchain/api::]
  • No direct source references to golang.org/x/crypto / crypto/ssh were found. [::codeready-toolchain/api::]

codeready-toolchain/host-operator

  • On the checked-out ref refs/pull/1276/head, go.mod:124-132, 156 already includes golang.org/x/crypto v0.52.0 plus the newer related x/* deps and go 1.25.0; go.sum:332-333 also has x/crypto v0.52.0. This is present on that PR branch, not something to attribute to the default branch. [::codeready-toolchain/host-operator::]
  • No direct source references to golang.org/x/crypto / crypto/ssh were found. [::codeready-toolchain/host-operator::]

Walkthrough

This PR updates go.mod by bumping several indirect golang.org/x/* dependencies and changing the Go directive from 1.24.4 to 1.25.0, while removing the toolchain go1.24.13 directive.

Changes

Go module updates

Layer / File(s) Summary
Dependency and toolchain version bump
go.mod
Indirect golang.org/x/* module versions are updated and the go directive changes to 1.25.0, with the toolchain go1.24.13 line removed.

Estimated code review effort: 1 (Trivial) | ~3 minutes

Suggested labels: dependencies

Suggested reviewers: alexeykazakov, rsoaresd

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main dependency bump, even though the PR also updates several other Go modules and the Go toolchain.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/go_modules/golang.org/x/crypto-0.52.0

Comment @coderabbitai help to get the list of available commands.

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.45.0 to 0.52.0.
- [Commits](golang/crypto@v0.45.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 0a43780 to af04d2e Compare July 9, 2026 19:33
@sonarqubecloud

sonarqubecloud Bot commented Jul 9, 2026

Copy link
Copy Markdown

@openshift-ci

openshift-ci Bot commented Jul 9, 2026

Copy link
Copy Markdown

@dependabot[bot]: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e af04d2e link true /test e2e

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

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