chore: bump otel to v1.41.0 (GHSA-mh2q-q3fh-2475) - #28
Merged
Conversation
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
approved these changes
May 29, 2026
LOCKhart07
left a comment
There was a problem hiding this comment.
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.sumhashes (h1 + /go.mod) matchsum.golang.orgauthoritative records. v1.41.0.moddeclaresgo 1.24.0— confirms thegodirective and CIgo-versioncorrectly stay put.- No other
go.opentelemetry.io/otel*modules left at 1.40.0;auto/sdk v1.2.1is separately versioned and unaffected.
Clean dependency-graph-only change. 👍
DIvyaNautiyal07
approved these changes
May 29, 2026
This was referenced Jul 9, 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.
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.>= 1.36.0, <= 1.40.0, patched in1.41.0.Scope
Dependency-graph change only (
go.mod/go.sum). The three otel modules move in lockstep. otel v1.41.0 still declaresgo 1.24.0, so the repo'sgodirective and the CIgo-versionare unchanged.Verification (local)
go build ./...✅go vet ./...✅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) declaresgo 1.25.7, which would raise the repo's minimum Go version and bump the CIgo-versionpin. That is a maintainer decision — see the comment on #26.