[release/1.7] vendor: golang.org/x/[email protected]#10211
Merged
dmcgowan merged 6 commits intocontainerd:release/1.7from May 13, 2024
Merged
[release/1.7] vendor: golang.org/x/[email protected]#10211dmcgowan merged 6 commits intocontainerd:release/1.7from
dmcgowan merged 6 commits intocontainerd:release/1.7from
Conversation
|
Hi @austinvazquez. 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-sigs/prow repository. |
8d95a63 to
f715516
Compare
Partial cherry-pick of 00d714e which updates golang.org/x/sys from v0.16.0 to v0.18.0. full diff: golang/sys@v0.16.0...v0.18.0 Signed-off-by: dependabot[bot] <[email protected]> (cherry picked from commit 00d714e) Signed-off-by: Austin Vazquez <[email protected]>
Partial cherry-pick of 228aa42 which updates golang.org/x/term from v0.16.0 to v0.17.0. full diff: golang/term@v0.16.0...v0.17.0 Signed-off-by: dependabot[bot] <[email protected]> (cherry picked from commit 228aa42) Signed-off-by: Austin Vazquez <[email protected]>
Partial cherry-pick of 7842161 which updates golang.org/x/net from v0.17.0 to v0.19.0. full diff: golang/net@v0.17.0...v0.19.0 Signed-off-by: Bryant Biggs <[email protected]> (cherry picked from commit 7842161) Signed-off-by: Austin Vazquez <[email protected]>
Partial cherry-pick of 5e3e12d which updates golang.org/x/net from v0.19.0 to v0.20.0. full diff: golang/net@v0.19.0...v0.20.0 Signed-off-by: dependabot[bot] <[email protected]> (cherry picked from commit 5e3e12d) Signed-off-by: Austin Vazquez <[email protected]>
Partial cherry-pick of 3a5b47d which updates golang.org/x/net from v0.20.0 to v0.21.0 and golang/x/crypto from v0.18.0 to v0.19.0 full diff: - golang/net@v0.20.0...v0.21.0 - golang/crypto@v0.18.0...v0.19.0 Signed-off-by: dependabot[bot] <[email protected]> (cherry picked from commit 3a5b47d) Signed-off-by: Austin Vazquez <[email protected]>
f715516 to
1eb0e37
Compare
Partial cherry-pick of 1040c7b which updates golang.org/x/net from v0.21.0 to v0.23.0, golang/x/crypto from v0.19.0 to v0.21.0, and golang.org/x/term from v0.17.0 to v0.18.0. full diff: - golang/net@v0.21.0...v0.23.0 - golang/crypto@v0.19.0...v0.21.0 - golang/term@v0.17.0...v0.18.0 Signed-off-by: dependabot[bot] <[email protected]> (cherry picked from commit 1040c7b) Signed-off-by: Austin Vazquez <[email protected]>
1eb0e37 to
f853bc1
Compare
estesp
approved these changes
May 13, 2024
dmcgowan
approved these changes
May 13, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue
Follow-up to #10204, release/1.7 is showing warnings from indirect dependency golang.org/x/net with recommendation to upgrade to golang.org/x/[email protected].
Description
This change vendors golang.org/x/[email protected] for the 1.7 release branch to resolve warnings for https://pkg.go.dev/vuln/GO-2024-2687.
Signed-off-by: Austin Vazquez [email protected]