upstream: chore(deps): bump Go modules to fix known vulnerabilities (goharbor/harbor#23720) - #609
Draft
github-actions[bot] wants to merge 1 commit into
Draft
upstream: chore(deps): bump Go modules to fix known vulnerabilities (goharbor/harbor#23720)#609github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
…oharbor/harbor#23720) Bump vulnerable Go dependencies in src/go.mod: - google.golang.org/grpc 1.81.1 -> 1.82.1 (GHSA-hrxh-6v49-42gf / GO-2026-6061, xDS RBAC bypass and HTTP/2 transport vulnerabilities) - github.com/klauspost/compress 1.18.0 -> 1.18.7 (GO-2026-5841, OOB read in s2) - go.opentelemetry.io/otel{,/trace,/metric,/sdk} 1.43.0 -> 1.44.0 (CVE-2026-41178, baggage parsing no longer caps raw header length) - golang.org/x/net 0.55.0 -> 0.56.0 (CVE-2026-46600, panic parsing invalid SVCB/HTTPS RR in dns/dnsmessage) - golang.org/x/text 0.37.0 -> 0.39.0 (CVE-2026-56852, infinite loop on invalid input) Remaining diff lines are transitive requirement updates pulled in by MVS (x/crypto, x/sync, x/sys, x/term, genproto/googleapis/api) and go mod tidy reclassifying x/net as indirect. Signed-off-by: Prasanth Baskar <prasanth@8gears.com> (cherry picked from commit 2ab05f595ce2a3097dcf0274b438949a215ff1e8) Upstream-Commit: 2ab05f595ce2a3097dcf0274b438949a215ff1e8 Upstream-PR: goharbor/harbor#23720 Upstream-Author: @bupd Cherry-Pick-Status: conflicted Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.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
Cherry-picks upstream Harbor commit
2ab05f595from goharbor/harbor#23720.Upstream Context
Cherry-Pick Status
Upstream Description
Summary
Consolidated bump of five Go dependencies in
src/go.modwith known vulnerabilities that have no open dependabot PR:google.golang.org/grpcgithub.com/klauspost/compressgo.opentelemetry.io/otel(+/trace,/metric,/sdk)golang.org/x/netgolang.org/x/textThe remaining diff lines are transitive requirement updates pulled in by MVS (
x/crypto,x/sync,x/sys,x/term,genproto/googleapis/api), andgo mod tidyreclassifyingx/netas indirect.Complements the open dependabot PRs #23093 (helm), #23168 (go-ntlmssp), #23101 (otlptracehttp exporter) — together these clear all currently known Go vulnerabilities in
src/go.modper OSV.dev.Testing
swagger generate server(v0.33.1) +go build ./...— cleango test ./lib/...— passes except pre-existing infra-dependent suites (lib/cache/redis,lib/config/test,lib/orm/testrequire local Redis/PostgreSQL)Review Notes
Upstream-Commit: 2ab05f595ce2a3097dcf0274b438949a215ff1e8
Upstream-PR: goharbor/harbor#23720
Cherry-Pick-Status: conflicted