vendor: update golang.org/x/ dependencies for docker/docker#5702
Merged
thaJeztah merged 5 commits intodocker:masterfrom Dec 17, 2024
Merged
vendor: update golang.org/x/ dependencies for docker/docker#5702thaJeztah merged 5 commits intodocker:masterfrom
thaJeztah merged 5 commits intodocker:masterfrom
Conversation
full diff: golang/sys@v0.27.0...v0.28.0 Signed-off-by: Sebastiaan van Stijn <[email protected]>
no changes in vendored code full diff: golang/sync@v0.9.0...v0.10.0 Signed-off-by: Sebastiaan van Stijn <[email protected]>
no changes in vendored code full diff: golang/text@v0.20.0...v0.21.0 Signed-off-by: Sebastiaan van Stijn <[email protected]>
update to the latest version of this dependency, which has a fix for a authorization bypass in the ssh package. We don't use this functionality, so there's no need to backport this change (other than de-noising false positives). This is CVE-2024-45337 and Go issue https://go.dev/issue/70779. full diff: golang/crypto@v0.29.0...v0.31.0 Signed-off-by: Sebastiaan van Stijn <[email protected]>
go maintainers annnounced a security release for this module; this patch already brings it up to the current version in case the security issue affects us. full diff: golang/net@v0.31.0...v0.32.0 Signed-off-by: Sebastiaan van Stijn <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5702 +/- ##
=======================================
Coverage 59.52% 59.52%
=======================================
Files 346 346
Lines 29381 29381
=======================================
Hits 17488 17488
Misses 10923 10923
Partials 970 970 |
2 tasks
vvoland
approved these changes
Dec 17, 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.
vendor: golang.org/x/sys v0.28.0
full diff: golang/sys@v0.27.0...v0.28.0
vendor: golang.org/x/sync v0.10.0
no changes in vendored code
full diff: golang/sync@v0.9.0...v0.10.0
vendor: golang.org/x/text v0.21.0
no changes in vendored code
full diff: golang/text@v0.20.0...v0.21.0
vendor: golang.org/x/crypto v0.31.0
update to the latest version of this dependency, which has a fix for a
authorization bypass in the ssh package. We don't use this functionality,
so there's no need to backport this change (other than de-noising false positives).
This is CVE-2024-45337 and Go issue https://go.dev/issue/70779.
full diff: golang/crypto@v0.29.0...v0.31.0
vendor: golang.org/x/net v0.32.0
go maintainers annnounced a security release for this module; this patch
already brings it up to the current version in case the security issue
affects us.
full diff: golang/net@v0.31.0...v0.32.0