-
Notifications
You must be signed in to change notification settings - Fork 14
Update to Cadence v1.9.10 #956
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🌐 Web query:
What is the first patched version of go.opentelemetry.io/otel/sdk for GHSA-9h8m-3fm2-qjrq / GO-2026-4394, and should go.opentelemetry.io/otel, go.opentelemetry.io/otel/metric, go.opentelemetry.io/otel/sdk, and go.opentelemetry.io/otel/trace stay on the same version?💡 Result:
First patched version for
go.opentelemetry.io/otel/sdk(GHSA-9h8m-3fm2-qjrq / GO-2026-4394):v1.40.0(affectedv1.21.0up tov1.39.0). [1][2]Should
go.opentelemetry.io/otel,/metric,/sdk, and/tracestay on the same version?Yes—keep them on the same
stable-v1release version. In the OpenTelemetry-Go repo, these modules are released as a single “module set” (stable-v1) with one shared version, and are intended to be updated together (e.g., currently shown asstable-v1: v1.42.0includingotel,otel/metric,otel/sdk,otel/trace). [3][4]Sources
[1] Go vuln report (pkg.go.dev) for GO-2026-4394 (affected range and fixed-before version)
[2] GitHub Security Advisory GHSA-9h8m-3fm2-qjrq (patched version)
[3] OpenTelemetry-Go
versions.yaml(module-setstable-v1includesotel,otel/metric,otel/sdk,otel/traceat one version)[4] AWS Open Source Blog on Go MultiMod / module sets (shared-version releases across grouped modules)
Upgrade the root OpenTelemetry SDK to v1.40.0 or later to patch GHSA-9h8m-3fm2-qjrq / GO-2026-4394.
Static analysis is flagging
go.opentelemetry.io/otel/sdk v1.39.0for the vulnerability GHSA-9h8m-3fm2-qjrq / GO-2026-4394. The patched version isv1.40.0. Updatego.opentelemetry.io/otel,go.opentelemetry.io/otel/metric,go.opentelemetry.io/otel/sdk, andgo.opentelemetry.io/otel/tracetogether to the same version, as these modules are released as a single module set.🧰 Tools
🪛 OSV Scanner (2.3.3)
[HIGH] 207-207: go.opentelemetry.io/otel/sdk 1.39.0: OpenTelemetry Go SDK Vulnerable to Arbitrary Code Execution via PATH Hijacking in go.opentelemetry.io/otel/sdk
(GO-2026-4394)
[HIGH] 207-207: go.opentelemetry.io/otel/sdk 1.39.0: OpenTelemetry Go SDK Vulnerable to Arbitrary Code Execution via PATH Hijacking
(GHSA-9h8m-3fm2-qjrq)
🤖 Prompt for AI Agents