Conversation
🚨 Jira Linter FailedCommit: The Jira linter failed to validate your PR. Please check the error details below: 🔍 Click to view error detailsNext Steps
This comment will be automatically deleted once the linter passes. |
|
This pull request addresses the security vulnerability CVE-2026-39883 by upgrading OpenTelemetry-related dependencies. Files Changed AnalysisThe changes are confined to
Architecture & Impact AssessmentWhat this PR accomplishes: Key technical changes introduced: Affected system components: Scope Discovery & Context ExpansionThe scope of this change is limited to dependency management, but its impact is cross-cutting. Every part of the application that is instrumented with OpenTelemetry for tracing or metrics will now use the updated libraries. The vulnerability was likely present in the underlying OpenTelemetry libraries, and this update brings in the required security patch without altering how the application uses them. To verify the scope, a reviewer could search the codebase for usages of Metadata
Powered by Visor from Probelabs Last updated: 2026-04-17T14:32:16.611Z | Triggered by: pr_opened | Commit: ba9e11c 💡 TIP: You can chat with Visor using |
✅ Security Check PassedNo security issues found – changes LGTM. ✅ Security Check PassedNo security issues found – changes LGTM. \n\nArchitecture Issues (1)
✅ Performance Check PassedNo performance issues found – changes LGTM. Powered by Visor from Probelabs Last updated: 2026-04-17T14:32:15.358Z | Triggered by: pr_opened | Commit: ba9e11c 💡 TIP: You can chat with Visor using |
|
API Changes no api changes detected |
|
|
Closing: otel/sdk fix (CVE-2026-39883) has been consolidated into #8046 along with go-jose/v4 fix (CVE-2026-34986). |
Pull request was closed
## Description This PR addresses the following CVEs: **[CVE-2026-34986]** go-jose/v3 -> Updated to v3.0.5 ✅ **[CVE-2026-34986]** go-jose/v4 -> Updated to v4.1.4 ✅ **[CVE-2026-32286]** pgproto3/v2 -> Removed (via bento v1.16.2 using pgx/v5) ✅ **[CVE-2026-39883]** otel/sdk -> Updated to v1.43.0 (via TykTechnologies/opentelemetry v0.0.25) ✅ Previously #8090 was a separate PR for otel/sdk fix - it has been closed and consolidated here. ## Related Issue TT-16932 ## Test Plan - [x] `go build ./...` passes - [ ] CI passes --------- Co-authored-by: Ilija Bojanovic <ilijabojanovic@gmail.com> Co-authored-by: Leonid Bugaev <leonsbox@gmail.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>



Description
Related Issue
Motivation and Context
https://tyktech.atlassian.net/browse/CVE-117
How This Has Been Tested
Screenshots (if appropriate)
Types of changes
Checklist