fix(deps): runtime dependency security fixes#21853
Closed
javascript-sdk-gitflow[bot] wants to merge 1 commit into
Closed
fix(deps): runtime dependency security fixes#21853javascript-sdk-gitflow[bot] wants to merge 1 commit into
javascript-sdk-gitflow[bot] wants to merge 1 commit into
Conversation
Bumps @opentelemetry/core to 2.8.0 and the OpenTelemetry parent packages that pinned core 2.6.1 exactly (sdk-trace-base and resources to 2.8.0; exporter-trace-otlp-http and instrumentation-http to 0.219.0), so no vulnerable @opentelemetry/core remains in the dependency tree. Optional peer dependency ranges are kept wide to preserve consumer compatibility. Resolves GHSA-8988-4f7v-96qf / CVE-2026-54285 (medium). Dependabot alert: https://github.com/getsentry/sentry-javascript/security/dependabot/1962 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
size-limit report 📦
|
Member
|
No we won't bump OTel. |
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
Batched runtime dependency security fixes. One commit per vulnerability.
Fixes
@opentelemetry/core2.6.1 → 2.8.0 — GHSA-8988-4f7v-96qf / CVE-2026-54285 (medium) — https://github.com/getsentry/sentry-javascript/security/dependabot/1962OpenTelemetry pins its internal
@opentelemetry/coreto an exact version, so clearing the vulnerable2.6.1required bumping the parent packages that pulled it in alongside the direct dependency:@opentelemetry/sdk-trace-base2.6.1 → 2.8.0@opentelemetry/resources2.6.1 → 2.8.0@opentelemetry/exporter-trace-otlp-http0.214.0 → 0.219.0@opentelemetry/instrumentation-http0.214.0 → 0.219.0After the bump,
yarn why @opentelemetry/coreresolves to a single2.8.0entry. The optional OpenTelemetry peer dependency ranges (^1.30.1 || ^2.1.0,>=0.57.0 <1) are intentionally left wide so consumer compatibility is unchanged; only the SDK's own dev/runtime resolutions were raised.@sentry/node-coreand@sentry/nodebuild cleanly against the new versions.🤖 Generated with Claude Code