-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Fix /x/net
and /x/sys
#5360
Fix /x/net
and /x/sys
#5360
Conversation
this will trigger binaries to be rebuilt when go.mod and go.sum change Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
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.
Thanks for digging into this @SgtCoDFish
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: SgtCoDFish, wallrj The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
the replaced version had several CVEs as reported by Trivy: CVE-2021-44716 - golang.org/x/net: golang: net/http: limit growth of header canonicalization cache CVE-2021-31525 - golang.org/x/net: golang: net/http: panic in ReadRequest and ReadResponse when reading a very large header CVE-2022-29526 - golang.org/x/sys: golang: syscall: faccessat checks wrong group this commit fixes those reported CVEs Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
@wallrj I'd missed updating the LICENSES file, which I've now done. Could I get another LGTM? |
/lgtm |
Pull Request Motivation
Two commits, each self contained:
/x/net
and/x/sys
which we probably weren't actually vulnerable to but it's worth keeping on top of these thingsKind
/kind bug
Release Note