fix(deps): partially fix Go dependency vulnerabilities on alauda-v0.21.0#17
Merged
Merged
Conversation
- upgrade the root OTel trace exporter to v1.43.0 and refresh vendored transitive dependencies - upgrade github.com/docker/cli to v29.2.0+incompatible in cmd/krane and the authn submodules - leave github.com/moby/moby CVEs for manual follow-up because the fixed upstream release moved to an incompatible v2 module line
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.
Fixed
.go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttpv1.33.0v1.43.0CVE-2026-39882cmd/kranegithub.com/docker/cliv29.0.3+incompatiblev29.2.0+incompatibleCVE-2025-15558pkg/authn/k8schaingithub.com/docker/cliv29.0.3+incompatiblev29.2.0+incompatibleCVE-2025-15558pkg/authn/kubernetesgithub.com/docker/cliv29.0.3+incompatiblev29.2.0+incompatibleCVE-2025-15558Remaining Manual Follow-up
.github.com/moby/mobyv28.5.3-0.20260325154711-31a1689cb0a1+incompatible29.3.1CVE-2026-33997.github.com/moby/mobyv28.5.3-0.20260325154711-31a1689cb0a1+incompatible29.3.1CVE-2026-34040The remaining
mobyfindings were not auto-fixable in this workflow. The current branch depends ongithub.com/docker/dockervia a replace to the legacygithub.com/moby/mobymodule line, while the fixed upstream release is published on the incompatiblegithub.com/moby/moby/v2module line.Verification
trivy fs --scanners vuln --format json go.mod: 2 remaining fixable vulns (github.com/moby/mobyonly)trivy fs --scanners vuln --format json cmd/krane/go.mod: 0 remaining fixable vulnstrivy fs --scanners vuln --format json pkg/authn/k8schain/go.mod: 0 remaining fixable vulnstrivy fs --scanners vuln --format json pkg/authn/kubernetes/go.mod: 0 remaining fixable vulnsgo build ./...passed in the root modulego build ./...passed incmd/kranego build ./...passed inpkg/authn/k8schaingo build ./...passed inpkg/authn/kubernetes