Commit 3a714e3
authored
build(deps): bump golang.org/x/crypto from 0.51.0 to 0.52.0 (#5344)
## Summary
Bump `golang.org/x/crypto` from 0.51.0 to 0.52.0 to address
[CVE-2026-39827](https://pkg.go.dev/vuln/) (CVSS 6.5). `go mod tidy`
transitively bumps `golang.org/x/net` 0.53.0 -> 0.54.0 and
`golang.org/x/sys` 0.44.0 -> 0.45.0.
## Context
The CVE is in `golang.org/x/crypto/ssh` server code (memory exhaustion
via repeatedly rejected channels by an authenticated client) — the CLI
does not run an SSH server, so it is not exploitable here. We only use
`ssh.NewPublicKey` / `ssh.MarshalAuthorizedKey` in
`experimental/ssh/internal/keys/keys.go`. Bumping anyway to clear the
CVE scanners.
### 0.52.0 known issues check
One open issue against v0.52.0:
[golang/go#79658](golang/go#79658) — spinloop
in `x/crypto/ssh` `(*channel).SendRequest`. We do not call into SSH
channels, so this does not affect the CLI.
## Test plan
- [x] `./task build`
- [x] `go test ./experimental/ssh/...` (only place we use `x/crypto`)
- [ ] CI
This pull request and its description were written by Isaac.1 parent 49f1dc7 commit 3a714e3
2 files changed
Lines changed: 9 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
242 | | - | |
243 | | - | |
| 242 | + | |
| 243 | + | |
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
248 | | - | |
249 | | - | |
| 248 | + | |
| 249 | + | |
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
256 | | - | |
257 | | - | |
| 256 | + | |
| 257 | + | |
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
| |||
0 commit comments