Skip to content

fix: remediate Go dependency vulnerabilities - #55

Merged
yuzichen12123 merged 1 commit into
AlaudaDevops:alauda-v0.34.2from
kycheng:fix/harbor-vuln-remediation-0706
Jul 6, 2026
Merged

fix: remediate Go dependency vulnerabilities#55
yuzichen12123 merged 1 commit into
AlaudaDevops:alauda-v0.34.2from
kycheng:fix/harbor-vuln-remediation-0706

Conversation

@kycheng

@kycheng kycheng commented Jul 6, 2026

Copy link
Copy Markdown

Remediate HIGH Go dependency vulnerabilities flagged by Trivy (DB baseline 2026-07-06).

  • github.com/containerd/containerd v1.7.32 -> v1.7.33 (CVE-2026-53488)
  • golang.org/x/crypto v0.50.0 -> v0.52.0
  • golang.org/x/net v0.52.0 -> v0.55.0

Verification: go mod tidy + go build ./... pass; trivy fs reports 0 HIGH/CRITICAL (Moby CVE-2026-34040/33997 remain covered by existing .trivyignore).

Part of Harbor 2.14.3 vulnerability remediation (DEVOPS-44168).

🤖 Generated with Claude Code

Bump vulnerable Go dependencies to patched versions:
- github.com/containerd/containerd v1.7.32 -> v1.7.33 (CVE-2026-53488)
- golang.org/x/crypto v0.50.0 -> v0.52.0
- golang.org/x/net v0.52.0 -> v0.55.0

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@kycheng

kycheng commented Jul 6, 2026

Copy link
Copy Markdown
Author

/ready

@yuzichen12123
yuzichen12123 merged commit 8d2a5c0 into AlaudaDevops:alauda-v0.34.2 Jul 6, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants