Watch
1
0
Fork
You've already forked RedFlag
0

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:
Fimeg 2026-09-03 19:26:16 -04:00
commit fe4e85b5d6
3 changed files with 15 additions and 6 deletions

View file

@ -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