fix: update go.opentelemetry.io/otel/sdk to v1.40.0 (CVE-2026-24051) - #6966
Merged
Conversation
Fixes Dependabot alert #259: OpenTelemetry Go SDK vulnerable to arbitrary code execution via PATH hijacking on macOS/Darwin systems (GHSA-9h8m-3fm2-qjrq). Updated go.opentelemetry.io/otel/sdk from v1.38.0 to v1.40.0 in cli/azd/extensions/azure.coding-agent.
Victor Vazquez (vhvb1989)
requested review from
JeffreyCA,
Marina He (hemarina),
Rajesh Kamal (rajeshkamal5050),
tg-msft,
Wallace Breza (wbreza) and
Wei Lim (weikanglim)
as code owners
March 3, 2026 05:53
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Azure Coding Agent extension’s Go dependencies to address a Dependabot-reported OpenTelemetry SDK security vulnerability (CVE-2026-24051 / GHSA-9h8m-3fm2-qjrq) by bumping OpenTelemetry packages to newer versions.
Changes:
- Bumped
go.opentelemetry.io/otel/*dependencies fromv1.38.0tov1.40.0in theazure.coding-agentextension. - Updated the extension’s module metadata (
go.mod/go.sum) to reflect the new dependency graph (including indirect dependency updates).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| cli/azd/extensions/azure.coding-agent/go.mod | Updates OpenTelemetry dependency versions and adjusts indirect dependencies. |
| cli/azd/extensions/azure.coding-agent/go.sum | Updates checksums to match the new module versions pulled in by the upgrade. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Rajesh Kamal (rajeshkamal5050)
approved these changes
Mar 3, 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.
Fixes Dependabot alert #259: OpenTelemetry Go SDK vulnerable to
arbitrary code execution via PATH hijacking on macOS/Darwin systems
(GHSA-9h8m-3fm2-qjrq).
Updated go.opentelemetry.io/otel/sdk from v1.38.0 to v1.40.0 in
cli/azd/extensions/azure.coding-agent.