fix: remediate Go dependency vulnerabilities - #173
Merged
yuzichen12123 merged 2 commits intoJul 6, 2026
Merged
Conversation
Bump vulnerable Go dependencies to patched versions (Trivy DB baseline 2026-07-06): - github.com/containerd/containerd v1.7.32 -> v1.7.33 (CVE-2026-53488) - github.com/containerd/containerd/v2 v2.2.4 -> v2.2.5 (CVE-2026-53488/53489/53492) - github.com/sigstore/rekor v1.5.0 -> v1.5.2 (CVE-2026-48702) - golang.org/x/crypto v0.50.0 -> v0.53.0 - golang.org/x/net v0.53.0 -> v0.55.0 - oras.land/oras-go/v2 v2.6.0 -> v2.6.1 (CVE-2026-50151) Add .trivyignore entry for CVE-2026-50163 (oras-go, no upstream fix as of 2026-07-06). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- github.com/quic-go/quic-go v0.57.0 -> v0.59.1 (CVE-2026-40898) - github.com/sigstore/timestamp-authority/v2 v2.0.6 -> v2.1.0 (CVE-2026-49835) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
yuzichen12123
approved these changes
Jul 6, 2026
Author
|
/ready |
chengjingtao
approved these changes
Jul 6, 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.
Remediate HIGH Go dependency vulnerabilities flagged by Trivy (DB baseline 2026-07-06).
github.com/containerd/containerdv1.7.32 -> v1.7.33 (CVE-2026-53488)github.com/containerd/containerd/v2v2.2.4 -> v2.2.5 (CVE-2026-53488/53489/53492)github.com/sigstore/rekorv1.5.0 -> v1.5.2 (CVE-2026-48702)golang.org/x/cryptov0.50.0 -> v0.53.0golang.org/x/netv0.53.0 -> v0.55.0oras.land/oras-go/v2v2.6.0 -> v2.6.1 (CVE-2026-50151)Add
.trivyignoreentry for CVE-2026-50163 (oras-go, no upstream fix as of 2026-07-06).Verification:
go mod tidy+go build ./cmd/trivypass (GOEXPERIMENT=jsonv2);trivy fson the root module reports 0 HIGH/CRITICAL (Moby CVE-2026-34040/33997 and oras-go CVE-2026-50163 covered by .trivyignore).Part of Harbor 2.14.3 vulnerability remediation (DEVOPS-44168).
🤖 Generated with Claude Code