deps: take the fixed x/crypto for the ssh dos
GO-2026-6354 and GO-2026-6355 deadlock an SSH connection from a malicious peer and are reachable in the server through go-git. v0.56.0 is the first fixed release and declares go 1.26.0, so both module floors move with it.
This commit is contained in:
parent
f9e099f4f4
commit
fe4e85b5d6
3 changed files with 15 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/Fimeg/RedFlag/agent
|
||||
|
||||
go 1.25.13
|
||||
go 1.26.0
|
||||
|
||||
require (
|
||||
github.com/Microsoft/go-winio v0.4.21
|
||||
|
|
|
|||
Loading…
Reference in a new issue