Skip to content

chore(deps): bump golang.org/x/crypto from 0.48.0 to 0.52.0 in /backend/nvms in the go_modules group across 1 directory#311

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Updates golang.org/x/crypto from 0.48.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.

Note

Bump golang.org/x/crypto to v0.52.0 in backend/nvms

Updates go.mod to bring in golang.org/x/crypto v0.52.0 and golang.org/x/sys v0.45.0 as indirect dependencies. Also upgrades the required Go version from 1.24.0 to 1.25.0 and removes the pinned toolchain go1.24.3 directive.

Macroscope summarized 4a44a80.

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


Updates `golang.org/x/crypto` from 0.48.0 to 0.52.0
- [Commits](golang/crypto@v0.48.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 updating dependencies go Pull requests that update go code labels Jul 10, 2026
@dependabot dependabot Bot requested a review from KooshaPari as a code owner July 10, 2026 17:36
@dependabot dependabot Bot added dependencies Pull requests updating dependencies go Pull requests that update go code labels Jul 10, 2026
@sonarqubecloud

Copy link
Copy Markdown

Comment thread backend/nvms/go.mod
go 1.24.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.

SUGGESTION: Verify CI provisions Go >= 1.25 now that the toolchain go1.24.3 pin was removed.

The diff bumps the go directive to 1.25.0 and drops the toolchain go1.24.3 directive. Without a toolchain pin, builds now depend on whatever Go is installed in CI/runner (must be >= 1.25.0). This aligns with the repo's contractual Go 1.25+ baseline, but please confirm the CI matrix for backend/nvms actually installs Go 1.25, and that sibling modules (e.g. backend/byteport) use a consistent Go version to avoid drift across the polyrepo.

@kilo-code-bot

kilo-code-bot Bot commented Jul 10, 2026

Copy link
Copy Markdown

Code Review Summary

Status: 1 Issue Found | Recommendation: Approve with notes (mergeable)

Overview

Severity Count
CRITICAL 0
WARNING 0
SUGGESTION 1
Issue Details (click to expand)

SUGGESTION

File Line Issue
backend/nvms/go.mod 3 Removing toolchain go1.24.3 and bumping go to 1.25.0 means builds now depend on the installed Go in CI/runner (>= 1.25). Confirm the nvms CI matrix provisions Go 1.25 and that sibling modules stay version-consistent.
Files Reviewed (2 files)
  • backend/nvms/go.mod - 1 issue
  • backend/nvms/go.sum - 0 issues

Notes

This is a Dependabot dependency bump scoped to backend/nvms. It upgrades golang.org/x/crypto from 0.48.0 to 0.52.0 (pulling golang.org/x/sys 0.41.0 -> 0.45.0 as indirect). The new crypto release includes multiple SSH security fixes (source-address critical option bypass, deadlocks, integer-overflow infinite loop, RSA moduli/DSA parameter limits, nil authority callback panic), which is a net security improvement. The go.sum hashes were updated consistently and no source code changed. No clippy/fmt/test impact (Go module only). The only consideration is the removed toolchain pin noted above.


Reviewed by hy3-20260706:free · Input: 58.5K · Output: 4.8K · Cached: 175.7K

@dependabot @github

dependabot Bot commented on behalf of github Jul 10, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #312.

@dependabot dependabot Bot closed this Jul 10, 2026
@dependabot dependabot Bot deleted the dependabot/go_modules/backend/nvms/go_modules-a3c8a40308 branch July 10, 2026 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests updating dependencies go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants