Skip to content

Commit 69f439e

Browse files
authored
Merge pull request #99 from asatsi/CVE-2020-29652
Fix for CVE-2020-29652
2 parents d4bea4c + 9fdac4e commit 69f439e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ require (
3838
github.com/stretchr/testify v1.4.0
3939
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c
4040
github.com/xdg/stringprep v1.0.0 // indirect
41-
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
41+
golang.org/x/crypto v0.0.0-20201216223049-8b5274cf687f // indirect
4242
golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7
4343
golang.org/x/oauth2 v0.0.0-20180314180239-fdc9e635145a
4444
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ github.com/xdg/scram
144144
# github.com/xdg/stringprep v1.0.0
145145
## explicit
146146
github.com/xdg/stringprep
147-
# golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
147+
# golang.org/x/crypto v0.0.0-20201216223049-8b5274cf687f
148148
## explicit
149149
golang.org/x/crypto/md4
150150
golang.org/x/crypto/pbkdf2

0 commit comments

Comments
 (0)