Skip to content

chore(deps): bump golang.org/x/crypto from 0.51.0 to 0.52.0 in the go_modules group across 1 directory#716

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go_modules-a3c8a40308
Closed

chore(deps): bump golang.org/x/crypto from 0.51.0 to 0.52.0 in the go_modules group across 1 directory#716
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go_modules-a3c8a40308

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the go_modules group with 1 update in the / directory: golang.org/x/crypto.

Updates golang.org/x/crypto from 0.51.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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Summary by CodeRabbit

  • Chores
    • Updated several underlying Go libraries to newer versions.
    • No user-facing functionality or behavior changes.

Bumps the go_modules group with 1 update in the / directory: [golang.org/x/crypto](https://github.com/golang/crypto).


Updates `golang.org/x/crypto` from 0.51.0 to 0.52.0
- [Commits](golang/crypto@v0.51.0...v0.52.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.52.0
  dependency-type: indirect
  dependency-group: go_modules
...

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 Jul 15, 2026
@coderabbitai

coderabbitai Bot commented Jul 15, 2026

Copy link
Copy Markdown

Walkthrough

Updates eight indirect golang.org/x/* dependencies in go.mod; module declarations, replacement rules, and application code remain unchanged.

Changes

Dependency updates

Layer / File(s) Summary
Upgrade indirect golang.org/x dependencies
go.mod
Updates versions for crypto, mod, net, sync, sys, term, text, and tools; oauth2 and time remain unchanged.

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

Possibly related issues

  • openshift/oauth-server#206 — Also updates golang.org/x/crypto.
  • openshift/image-based-install-operator#443 — Also updates golang.org/x/crypto.
  • openshift/oc-mirror#1330 — Also updates golang.org/x/crypto.
  • openshift/origin#30621 — Also updates golang.org/x/crypto.
  • openshift/installer#10170 — Also updates golang.org/x/crypto.
  • openshift/cluster-api-provider-ibmcloud#141 — Directly related dependency version update.

Possibly related PRs

Suggested labels: jira/severity-important

Suggested reviewers: jzding

🚥 Pre-merge checks | ✅ 15
✅ Passed checks (15 passed)
Check name Status Explanation
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.
Stable And Deterministic Test Names ✅ Passed The PR only updates go.mod/go.sum and vendored dependency code; no *_test.go files or Ginkgo title strings were changed.
Test Structure And Quality ✅ Passed No Ginkgo test files were modified; the PR only updates dependencies/vendor code, so this check is not applicable.
Microshift Test Compatibility ✅ Passed Diff only updates go.mod/go.sum and vendored x/* code; no new Ginkgo e2e tests were added to assess for MicroShift issues.
Single Node Openshift (Sno) Test Compatibility ✅ Passed No new Ginkgo e2e tests were added; the PR only updates Go deps/vendor files, so SNO compatibility review is not applicable.
Topology-Aware Scheduling Compatibility ✅ Passed Only go.mod/go.sum and vendored golang.org/x/* dependency updates changed; no deployment manifests, controllers, or scheduling code were modified.
Ote Binary Stdout Contract ✅ Passed Only dependency/vendor files changed; no new main/init/TestMain/RunSpecs setup or stdout redirection changes were introduced.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed PR only bumps Go deps in go.mod/go.sum/vendor files; no new Ginkgo e2e test files or IPv4/external-network assumptions were added.
No-Weak-Crypto ✅ Passed PR only bumps deps and vendor manifests; no added weak-crypto code or secret comparisons were introduced.
Container-Privileges ✅ Passed PASS: Diff only updates go.mod/go.sum and vendored Go deps; no K8s/container manifests were changed, and no privilege settings appeared in changed manifest-like files.
No-Sensitive-Data-In-Logs ✅ Passed No added logs expose sensitive data; the only log change is a generic internal error in vendor packages, and the rest are dependency/vendor updates.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title is specific and accurately reflects a real dependency update in this PR, even though the change also bumps several other x/* modules.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/go_modules/go_modules-a3c8a40308

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

@openshift-ci
openshift-ci Bot requested review from josephdrichard and sebsoto July 15, 2026 16:52
@openshift-ci

openshift-ci Bot commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

[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 lack 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

@openshift-ci

openshift-ci Bot commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

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.

@openshift-ci openshift-ci Bot added needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. labels Jul 15, 2026
@openshift-ci

openshift-ci Bot commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

rebase

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.

@dependabot @github

dependabot Bot commented on behalf of github Jul 16, 2026

Copy link
Copy Markdown
Contributor Author

Looks like golang.org/x/crypto is no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 16, 2026
@dependabot
dependabot Bot deleted the dependabot/go_modules/go_modules-a3c8a40308 branch July 16, 2026 08:34
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 needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants