[release/1.6] Update x/net to 0.13#9130
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 <[email protected]>
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)