-
Notifications
You must be signed in to change notification settings - Fork 897
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GODRIVER-2448 update golang/x/net to latest #999
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks good to me. I don't see a reason to exclude the README.
5b46003
to
413540b
Compare
413540b
to
653b149
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please run go mod vendor
and commit the updated "vendor" directory.
@@ -22,6 +22,7 @@ require ( | |||
github.com/xdg-go/stringprep v1.0.2 | |||
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d | |||
golang.org/x/crypto v0.0.0-20201216223049-8b5274cf687f | |||
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Optional: Consider adding a comment that mentions we have this indirect dependency because it resolves CVE-2021-44716.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
GODRIVER-2448
Update the
golang/x/net
go dependency to latest to help prevent against denial of service attacks.Notes