-
Notifications
You must be signed in to change notification settings - Fork 3.8k
[release/1.6] Update x/net to 0.13 #9130
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
Conversation
|
Hi @Kern--. Thanks for your PR. I'm waiting for a containerd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
CI is failing, not sure if relevant to this commit though https://github.com/containerd/containerd/actions/runs/6277437483/job/17049319856?pr=9130 |
|
#9132 is failing with the same error: https://github.com/containerd/containerd/actions/runs/6278970989/job/17053934880?pr=9132 |
|
@Kern-- would you please rebase it? After it's green, I will merge this one. THanks |
This silences govulncheck detecting https://pkg.go.dev/vuln/GO-2023-1988. containerd only uses x/net for context and httpcontext which do not render html. Signed-off-by: Kern Walster <walster@amazon.com>
fuweid
left a comment
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.
LGTM
This silences govulncheck detecting
https://pkg.go.dev/vuln/GO-2023-1988.
containerd only uses x/net for context and httpcontext which do not render html.
Before this change:
After this change:
The remaining vulnerability is also a false positive: #8168 (comment)