[VULN-59766] Remove direct dependency on github.com/docker/docker v28#3
Closed
L3n41c wants to merge 3944 commits intofossabot:masterfrom
Closed
[VULN-59766] Remove direct dependency on github.com/docker/docker v28#3L3n41c wants to merge 3944 commits intofossabot:masterfrom
L3n41c wants to merge 3944 commits intofossabot:masterfrom
Conversation
Co-authored-by: knqyf263 <knqyf263@users.noreply.github.com> Co-authored-by: nikpivkin <nikita.pivkin@smartforce.io>
Co-authored-by: DmitriyLewen <dmitriy.lewen@smartforce.io>
…h vulnerability updates (#9439) Signed-off-by: knqyf263 <knqyf263@gmail.com> Co-authored-by: DmitriyLewen <dmitriy.lewen@smartforce.io>
Signed-off-by: nikpivkin <nikita.pivkin@smartforce.io>
Co-authored-by: DmitriyLewen <dmitriy.lewen@smartforce.io>
Co-authored-by: knqyf263 <knqyf263@gmail.com>
…497) Signed-off-by: nikpivkin <nikita.pivkin@smartforce.io> Co-authored-by: DmitriyLewen <91113035+DmitriyLewen@users.noreply.github.com>
… (#9507) Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nikpivkin <nikita.pivkin@smartforce.io> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: nikpivkin <nikita.pivkin@smartforce.io>
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: DmitriyLewen <91113035+DmitriyLewen@users.noreply.github.com>
…ably (#9302) Signed-off-by: nikpivkin <nikita.pivkin@smartforce.io>
Signed-off-by: nikpivkin <nikita.pivkin@smartforce.io>
…FindInMap (#9515) Signed-off-by: nikpivkin <nikita.pivkin@smartforce.io>
Co-authored-by: DmitriyLewen <dmitriy.lewen@smartforce.io>
Co-authored-by: knqyf263 <knqyf263@users.noreply.github.com>
Signed-off-by: nikpivkin <nikita.pivkin@smartforce.io>
Signed-off-by: nikpivkin <nikita.pivkin@smartforce.io>
Signed-off-by: nikpivkin <nikita.pivkin@smartforce.io>
…pfs and testing/fstest (#9282) Signed-off-by: nikpivkin <nikita.pivkin@smartforce.io> Co-authored-by: knqyf263 <knqyf263@gmail.com>
…0068) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: DmitriyLewen <dmitriy.lewen@smartforce.io>
…10103) Co-authored-by: GitHub Actions <actions@github.com>
Signed-off-by: nikpivkin <nikita.pivkin@smartforce.io>
…erver mode (#10075)
Signed-off-by: Carlos Rodríguez Hernández <carlos.rodriguez-hernandez@broadcom.com>
…e attributes (#10128) Signed-off-by: nikpivkin <nikita.pivkin@smartforce.io>
…nore (#10112) Signed-off-by: nikpivkin <nikita.pivkin@smartforce.io>
…10155) Co-authored-by: GitHub Actions <actions@github.com>
…#10179) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: nikpivkin <nikita.pivkin@smartforce.io>
…compatibility (#10199)
… (#10206) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: yusuke.koyoshi <yusuke.koyoshi@assured.inc>
…h -trimpath (#10197)
…er/docker v28 Remove the direct dependency on github.com/docker/docker v28 which has known security vulnerabilities in authz and plugin packages. - Replace HostConfigModifier callbacks with the equivalent AutoRemove field on testcontainers.ContainerRequest in all integration tests - Upgrade google/go-containerregistry from v0.20.7 to v0.21.3, which migrated from docker/docker to moby/moby sub-modules - Bump transitive dependencies required by go-containerregistry v0.21.3 (docker/cli, moby/moby/api, moby/moby/client, golang.org/x/*) - Add replace directive redirecting the remaining indirect docker/docker dependency to moby/moby 28.x branch (commit 31a1689c) which contains the security fixes (authz body size limit, plugin privilege validation) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Summary
github.com/docker/dockerimports by replacingHostConfigModifiercallbacks withAutoRemove: trueontestcontainers.ContainerRequestgoogle/go-containerregistryfrom v0.20.7 to v0.21.3 (which migrated tomoby/mobysub-modules)replacedirective for the remaining indirect dependency, redirecting to the patched28.xbranch ofmoby/moby(security fixes for authz body size limit and plugin privilege validation)Context
Jira tickets: VULN-59766, VULN-59767, VULN-59774, VULN-59775, CONTINT-5217, CONTINT-5218, CONTINT-5219, CONTINT-5220
Related: DataDog/datadog-agent#48777
Note
After merging, run
go mod tidy(withGOEXPERIMENT=jsonv2) to finalize go.sum cleanup. The indirect dependency ondocker/dockercannot be fully removed fromgo.moduntiltestcontainers-goand other transitive dependencies migrate tomoby/mobysub-modules upstream.Test plan
go mod tidycompletes successfullygo build ./...compiles without errors//go:build integrationstill passgo.sumreferencesmoby/mobypseudo-version instead ofdocker/docker v28.5.2🤖 Generated with Claude Code