Skip to content
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

Merged
merged 7 commits into from
Jun 27, 2022
Merged
Prev Previous commit
Next Next commit
GODRIVER-2448 clarify net indirect dependency comment
  • Loading branch information
prestonvasquez committed Jun 27, 2022
commit 85136deff3df05d956ff8a798387d0590f82f9f0
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ require (
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d
golang.org/x/crypto v0.0.0-20201216223049-8b5274cf687f

// This indirect dependency resolves https://github.com/advisories/GHSA-vc3p-29h2-gpcp
// This indirect dependency resolve 'uncontrolled memory consumption in the header
// canonicalization cache' https://github.com/advisories/GHSA-vc3p-29h2-gpcp .
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect
Copy link
Collaborator

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.

golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/tools v0.0.0-20190531172133-b3315ee88b7d
Expand Down