Skip to content

chore: bump otel to v1.41.0 (GHSA-mh2q-q3fh-2475) - #28

Merged
DhairyaPatel7 merged 1 commit into
mainfrom
chore/security-bump-go-deps
May 29, 2026
Merged

chore: bump otel to v1.41.0 (GHSA-mh2q-q3fh-2475)#28
DhairyaPatel7 merged 1 commit into
mainfrom
chore/security-bump-go-deps

Conversation

@DhairyaPatel7

Copy link
Copy Markdown
Contributor

What

Bumps go.opentelemetry.io/otel (+ otel/metric, otel/trace) from v1.40.0 → v1.41.0 to resolve the OpenTelemetry baggage DoS amplification advisory.

Scope

Dependency-graph change only (go.mod / go.sum). The three otel modules move in lockstep. otel v1.41.0 still declares go 1.24.0, so the repo's go directive and the CI go-version are unchanged.

Verification (local)

  • go build ./...
  • go vet ./...
  • all test binaries compile (go test ./... -run '^$') ✅

No Go source files changed, so lint/test behaviour is unaffected; full make test + golangci-lint run in CI.

Not in this PR

go-ipld-prime (#26) is intentionally not included: its only patched release (v0.23.0) declares go 1.25.7, which would raise the repo's minimum Go version and bump the CI go-version pin. That is a maintainer decision — see the comment on #26.

Fixes the OpenTelemetry baggage DoS amplification advisory
(GHSA-mh2q-q3fh-2475, affected >= 1.36.0 <= 1.40.0). Bumps the otel,
otel/metric and otel/trace modules in lockstep to v1.41.0. Dependency
graph change only; the `go` directive stays at 1.24.0.

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

@LOCKhart07 LOCKhart07 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved. Verified independently:

  • Advisory GHSA-mh2q-q3fh-2475 (, vuln >= 1.36.0, <= 1.40.0, patched 1.41.0, high) — matches the bump exactly.
  • All 6 go.sum hashes (h1 + /go.mod) match sum.golang.org authoritative records.
  • v1.41.0.mod declares go 1.24.0 — confirms the go directive and CI go-version correctly stay put.
  • No other go.opentelemetry.io/otel* modules left at 1.40.0; auto/sdk v1.2.1 is separately versioned and unaffected.

Clean dependency-graph-only change. 👍

@DhairyaPatel7
DhairyaPatel7 merged commit 24d051d into main May 29, 2026
7 checks passed
@DhairyaPatel7
DhairyaPatel7 deleted the chore/security-bump-go-deps branch May 29, 2026 14:13
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.

[Security][medium] go-ipld-prime: unbounded recursion in DAG-CBOR/JSO

3 participants