*: bump go.opentelemetry.io/otel/sdk to v1.43.0 to fix CVE-2026-24051 (#4884)#4943
*: bump go.opentelemetry.io/otel/sdk to v1.43.0 to fix CVE-2026-24051 (#4884)#4943ti-chi-bot wants to merge 1 commit intopingcap:release-8.5from
Conversation
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
|
This cherry pick PR is for a release branch and has not yet been approved by triage owners. To merge this cherry pick:
DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Code Review
This pull request updates go.opentelemetry.io/otel/sdk to version 1.43.0 to address CVE-2026-24051 and includes several other dependency adjustments, such as pinning grpc to version 1.65.0 via replace directives. However, the changes currently include unresolved merge conflict markers in both go.mod and go.sum that must be addressed before merging.
| <<<<<<< HEAD | ||
| github.com/go-logr/logr v1.4.1 h1:pKouT5E8xu9zeFC39JXRDukb6JFQPXM5p5I91188VAQ= | ||
| ======= | ||
| github.com/go-logr/logr v1.2.4/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A= | ||
| github.com/go-logr/logr v1.3.0/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY= | ||
| >>>>>>> dd501c84b (*: bump go.opentelemetry.io/otel/sdk to v1.43.0 to fix CVE-2026-24051 (#4884)) |
There was a problem hiding this comment.
This is an automated cherry-pick of #4884
What problem does this PR solve?
Issue Number: close #4889
This PR upgrades
go.opentelemetry.io/otel/sdkfromv1.24.0tov1.43.0to address upstream OpenTelemetry SDK PATH hijacking vulnerabilities:kenvfix in the earlier patched versions;v1.43.0is the first patched version for this follow-up advisory.What is changed and how it works?
This PR updates the OpenTelemetry SDK and matching OpenTelemetry modules used by the Go module graph:
go.opentelemetry.io/otel/sdk:v1.24.0->v1.43.0go.opentelemetry.io/otel:v1.24.0->v1.43.0go.opentelemetry.io/otel/metric:v1.24.0->v1.43.0go.opentelemetry.io/otel/trace:v1.24.0->v1.43.0golang.org/x/sys:v0.35.0->v0.42.0github.com/go-logr/logr:v1.4.1->v1.4.3go mod tidyalso addsgo.opentelemetry.io/auto/sdk v1.2.1as an indirect dependency.Check List
Tests
Manual test reported by the author:
make cdc buildQuestions
Will it cause performance regression or break compatibility?
No performance regression is expected. This is a dependency-only change with no TiCDC source-code changes.
Do you need to update user documentation, design documentation or monitoring documentation?
No.
Release note