Skip to content
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

vendor: update golang.org/x/ dependencies for docker/docker #5702

Merged
merged 5 commits into from
Dec 17, 2024

Conversation

thaJeztah
Copy link
Member

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

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]>
@thaJeztah thaJeztah added this to the 28.0.0 milestone Dec 16, 2024
@thaJeztah thaJeztah requested a review from a team December 16, 2024 22:03
@thaJeztah thaJeztah self-assigned this Dec 16, 2024
@codecov-commenter
Copy link

codecov-commenter commented Dec 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 59.52%. Comparing base (8454e01) to head (83156e6).
Report is 6 commits behind head on master.

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           

@thaJeztah thaJeztah merged commit 0dd6aa8 into docker:master Dec 17, 2024
101 checks passed
@thaJeztah thaJeztah deleted the bump_x_deps branch December 17, 2024 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants