Address phase 2 docker-up critical CVE findings#21497
Merged
Merged
Conversation
Co-authored-by: Codex <noreply@openai.com>
corneliusludmann
approved these changes
Jun 22, 2026
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
Implements Phase 2 of the CLC-2255 critical CVE remediation plan for
components/docker-up:v2.40.3from source duringgo generate, preserving the current Compose version while overriding vulnerable modules:golang.org/x/crypto@v0.52.0golang.org/x/net@v0.55.0google.golang.org/grpc@v1.79.3v1.1.15source line, preserving the major/minor/patch version while building with fixedgolang.org/x/net@v0.55.0and the current Go toolchain./usr/bin/docker-up/usr/bin/runc-facade/usr/local/bin/docker-composeIssues
Relates to CLC-2255
Validation
git diff --checkbash -n components/docker-up/dependencies.shleeway build components/docker-up:docker --dont-test -Dversion=dev -DimageRepoBase=localhost:5000/gitpodleeway sbom scan components/docker-up:docker --with-dependencies --output-dir /tmp/docker-up-phase2-final-scan -Dversion=dev -DimageRepoBase=localhost:5000/gitpodcomponents/docker-up:bin-docker-up: critical=0 high=43 ignored=1components/docker-up:app: critical=0 high=39 ignored=1components/docker-up:docker: critical=0 high=39 ignored=1components/docker-up:bin-runc-facade: critical=0 high=6 ignored=0components/common-go:lib: critical=0 high=0 ignored=0components/scrubber:lib: critical=0 high=0 ignored=0docker run --rm 221a0d1b6b3551448cfca53f3a3d75b4b8ced8c3:latest /usr/local/bin/docker-compose versionDocker Compose version v2.40.3/usr/bin/docker-composeis absent from the scratch image; container exits127for that path.Notes
Phase 1 was merged in #21496 before this PR was opened, so this draft targets
maindirectly.