fix: update OpenTelemetry SDK to v1.43.0 to fix PATH hijacking CVE#1007
Merged
Conversation
Upgrades go.opentelemetry.io/otel/sdk from v1.40.0 to v1.43.0 across all modules to resolve Dependabot alerts oxia-db#51-oxia-db#54 (high severity BSD kenv PATH hijacking vulnerability). Also upgrades the coordinated otel packages: - otel, otel/metric, otel/trace: v1.40.0 -> v1.43.0 - otel/sdk/metric: v1.40.0 -> v1.43.0 - otel/exporters/prometheus: v0.57.0 -> v0.65.0 Signed-off-by: Matteo Merli <[email protected]>
merlimat
requested review from
RobertIndie,
coderzc and
mattisonchao
as code owners
April 8, 2026 22:32
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
go.opentelemetry.io/otel/sdkfrom v1.40.0 to v1.43.0 across all 5 modules to resolve Dependabot alerts Remove reconfiguration from proto & go code #51-Added quorum ack tracker #54 (high severity BSD kenv PATH hijacking vulnerability)otel,metric,trace,sdk/metricto v1.43.0;exporters/prometheusto v0.65.0)Test plan
make buildpassesgo test ./oxia/...passes