update golang.org/x/crypto (#603)

> Version v0.0.0-20211202192323-5770296d904e of golang.org/x/crypto fixes a vulnerability in the golang.org/x/crypto/ssh package which allowed unauthenticated clients to cause a panic in SSH servers.
>
> This issue was discovered and reported by Rod Hynes, Psiphon Inc., and is tracked as CVE-2021-43565 and Issue golang/go#49932.

    Updated  golang.org/x/crypto  https://github.com/golang/crypto/compare/089bfa567519...5770296d904e
    Updated  golang.org/x/net     https://github.com/golang/net/compare/4a448f8816b3...69e39bad7dc2
This commit is contained in:
Wade Simmons
2021-12-06 14:07:05 -05:00
committed by GitHub
parent befce3f990
commit 127a116bfd
2 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -25,8 +25,8 @@ require (
github.com/stretchr/testify v1.7.0
github.com/vishvananda/netlink v1.1.0
github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74 // indirect
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
golang.org/x/net v0.0.0-20211101193420-4a448f8816b3
golang.org/x/crypto v0.0.0-20211202192323-5770296d904e
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2
golang.org/x/sys v0.0.0-20211103235746-7861aae1554b
golang.zx2c4.com/wintun v0.0.0-20211104114900-415007cec224
golang.zx2c4.com/wireguard/windows v0.5.1