vendor: github.com/docker/cli v29.8.0 - #4059
Draft
thaJeztah wants to merge 9 commits into
Draft
Conversation
full diff: golang/crypto@v0.55.0...v0.56.0 We have tagged version v0.56.0 of golang.org/x/crypto in order to address the following security issues: - ssh: prevent DoS on deadlocked established channel Previously, after a channel has been established, a malicious peer could send crafted messages that would deadlock the entire connection. Now, we handle all RFC 4254 channel messages; global requests are handled explicitly. Then, treat all other messages as a protocol error and tear the connection down instead of buffering and blocking. Thanks to Will Mortensen for reporting this issue. This is CVE-2026-56855 and Go issue https://go.dev/issue/81317. - ssh: prevent DoS on deadlocked undecided channel Previously, a channel registered in the mux's chanList is not usable until it is established. A malicious peer was able flood the channel's incomingRequests, deadlocking the entire connection. Now, we add an atomic established state, set when a channel becomes usable. Until such a time, handlePacket drops every packet other than the open confirmation/failure, without blocking and without tearing down the connection. Thanks to Will Mortensen for reporting this issue. This is CVE-2026-78662 and Go issue https://go.dev/issue/81316. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
removes some transitive dependencies Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
full diff: htttps://github.com/docker/go-connections/compare/v0.7.0...v0.8.1 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
full diff: moby/moby@client/v0.5.0...client/v0.6.0 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
full diff: fvbommel/sortorder@v1.1.0...v1.2.0 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
full diff: mattn/go-runewidth@v0.0.23...v0.0.29 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
full diff: santhosh-tekuri/jsonschema@v6.0.1...v6.0.3 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
full diff: docker/cli@v29.7.2...v29.8.0 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
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: github.com/gofrs/flock v0.13.1
removes some transitive dependencies
vendor: github.com/docker/go-connections v0.8.1
full diff: htttps://github.com/docker/go-connections/compare/v0.7.0...v0.8.1
vendor: github.com/docker/docker-credential-helpers v0.9.9
vendor: github.com/moby/moby/client v0.6.0
full diff: moby/moby@client/v0.5.0...client/v0.6.0
vendor github.com/fvbommel/sortorder v1.2.0
full diff: fvbommel/sortorder@v1.1.0...v1.2.0
vendor: github.com/mattn/go-runewidth v0.0.29
full diff: mattn/go-runewidth@v0.0.23...v0.0.29
vendor: github.com/santhosh-tekuri/jsonschema/v6 v6.0.3
full diff: santhosh-tekuri/jsonschema@v6.0.1...v6.0.3
vendor: github.com/docker/cli v29.8.0
full diff: docker/cli@v29.7.2...v29.8.0