Skip to content

chore(deps): bump golang.org/x/crypto from 0.51.0 to 0.52.0 - #6096

Merged
Calcium-Ion merged 1 commit into
mainfrom
dependabot/go_modules/golang.org/x/crypto-0.52.0
Jul 11, 2026
Merged

chore(deps): bump golang.org/x/crypto from 0.51.0 to 0.52.0#6096
Calcium-Ion merged 1 commit into
mainfrom
dependabot/go_modules/golang.org/x/crypto-0.52.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps 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 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.

Bumps [golang.org/x/crypto](https://github.com/golang/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: direct:production
...

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 10, 2026
@Calcium-Ion
Calcium-Ion merged commit 00f1cbb into main Jul 11, 2026
1 check passed
@dependabot
dependabot Bot deleted the dependabot/go_modules/golang.org/x/crypto-0.52.0 branch July 11, 2026 02:53
agogo233 added a commit to agogo233/new-api that referenced this pull request Jul 13, 2026
* upstream/main: (56 commits)
  fix: list only channel models in unset price models tab
  fix: harden unset price models tab batch copy, feedback, and memo equality
  feat: add unset price models tab to model pricing settings (QuantumNous#6124)
  feat: enhance model search functionality with status and sync filters
  fix: bound uncached remainder by prompt-max(cached,write) and forward compact prompt_cache_key
  feat: bill OpenAI cache_write_tokens at cache-creation price with zero clamp
  feat: enhance text protocol conversion and advanced custom routing (QuantumNous#5825)
  fix: adjust margin for StatusBadge component in logs columns
  feat: enhance stale instance handling and update theme colors
  feat: update theme colors
  feat(timing): add timing metrics display for stream logs and enhance localization
  revert: restore StatusBadge horizontal padding
  revert: undo t0ng7u UI design-system refactor
  ✨ feat(web): polish themed data views and add task log details
  feat(image): enhance image stream handling with client disconnect logic and billing adjustments
  fix(billing): improve quota handling and error reporting for pre-consume operations
  fix(billing): reject saturated pre-consume quota
  🐛 fix: Fontsource asset resolution across workspace layouts
  fix: sync codex field (QuantumNous#6018)
  chore(deps): bump golang.org/x/crypto from 0.51.0 to 0.52.0 (QuantumNous#6096)
  ...
lansine pushed a commit to evin-pubb/new-api-fork that referenced this pull request Jul 14, 2026
…ous#6096)

Bumps [golang.org/x/crypto](https://github.com/golang/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: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
jiweiyeah added a commit to jiweiyeah/yutou-api that referenced this pull request Jul 25, 2026
Synced upstream/main (8739c055a6c53d, 49 commits) into custom.

Conflicts resolved by keeping custom side per user instruction:
- controller/user.go: kept custom subscription filter + total_topup sort
- model/user.go: kept custom queryUsers delegation (GetAllUsers/GetAllUsersFiltered/SearchUsers)
- model/channel_cache.go: kept custom performance monitoring (RecordCacheSync)
- web/default/src/features/users/components/users-columns.tsx: kept custom imports (formatNumber, cn)
- web/default/src/features/users/components/users-table.tsx: kept custom controlled sorting + server-side ordering + subscriptionFilter

Removed upstream test model/user_pagination_test.go — depends on the
upstream sortOptions-based GetAllUsers/SearchUsers signatures that custom
side does not expose (custom uses queryUsers with subStatus/orderBy/orderDir).

Verified: go build ./... and web/default tsc --noEmit both pass.

Notable upstream fixes absorbed:
- QuantumNous#6225 prevent duplicate tool calls in Responses→Chat streaming
- QuantumNous#6194 server-side sorting for user list (fix paged-data client-sort bug)
- QuantumNous#6134 prevent large quota values from overflowing
- QuantumNous#6168 purge authentication data on hard user deletion
- QuantumNous#6096 golang.org/x/crypto 0.51.0 → 0.52.0
- Deadlock fix in channel_cache.go (InvalidatePricingCache lock ordering)
  NOT absorbed — custom side keeps performance monitoring branch.
  Manual review needed if pricing cache staleness is observed.
zhaodechao2008 pushed a commit to zhaodechao2008/new-api that referenced this pull request Jul 27, 2026
…ous#6096)

Bumps [golang.org/x/crypto](https://github.com/golang/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: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
330079598 pushed a commit to 330079598/new-api that referenced this pull request Aug 19, 2026
…ous#6096)

Bumps [golang.org/x/crypto](https://github.com/golang/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: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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