Version bumps to address CVEs in transitive dependencies#2894
Merged
Conversation
Ananya2
reviewed
Feb 9, 2026
divang
previously approved these changes
Feb 9, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2894 +/- ##
============================================
+ Coverage 60.37% 61.41% +1.03%
- Complexity 4886 5131 +245
============================================
Files 151 151
Lines 34781 35871 +1090
Branches 5829 6145 +316
============================================
+ Hits 20999 22030 +1031
- Misses 10967 10986 +19
- Partials 2815 2855 +40 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Ananya2
approved these changes
Feb 9, 2026
muskan124947
approved these changes
Feb 9, 2026
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
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.
Description:
Version bumps to address CVEs in below transitive dependencies:
CVE-2025-67735 in io.netty:netty-codec-http 4.1.115.Final.
CVE-2025-53864 in com.nimbusds:nimbus-jose-jwt 9.40.
azure-identity (1.18.2)
├── azure-core-http-netty (1.16.3)
│ ├── io.netty:netty-handler (4.1.130.Final) ✅ Fixed (was 4.1.115.Final)
│ ├── io.netty:netty-handler-proxy (4.1.130.Final) ✅ Fixed
│ ├── io.netty:netty-buffer (4.1.130.Final) ✅ Fixed
│ ├── io.netty:netty-codec (4.1.130.Final) ✅ Fixed (was 4.1.115.Final)
│ ├── io.netty:netty-codec-http (4.1.130.Final) ✅ Fixed (was 4.1.115.Final)
│ ├── io.netty:netty-codec-http2 (4.1.130.Final) ✅ Fixed (was 4.1.115.Final)
│ ├── io.netty:netty-common (4.1.130.Final) ✅ Fixed (was 4.1.115.Final)
│ ├── io.netty:netty-transport-* (4.1.130.Final) ✅ Fixed
│ ├── io.netty:netty-tcnative-boringssl (2.0.74.Final) ✅ Fixed
│ └── io.projectreactor.netty:reactor-netty-http (1.2.13) ✅ Fixed (was 1.0.48)
│
└── msal4j (1.23.1)
└── (test) oauth2-oidc-sdk (11.23)
└── nimbus-jose-jwt (10.0.1) ✅ Fixed (was 9.40)
Vulnerable Library Old Version New Version CVEs Fixed
io.netty:netty-common 4.1.115.Final 4.1.130.Final CVE-2025-25193
io.netty:netty-codec 4.1.115.Final 4.1.130.Final CVE-2025-58057
io.netty:netty-codec-http 4.1.115.Final 4.1.130.Final CVE-2025-58056, CVE-2025-67735
io.netty:netty-codec-http2 4.1.115.Final 4.1.130.Final CVE-2025-55163
io.netty:netty-handler 4.1.115.Final 4.1.130.Final CVE-2025-24970
reactor-netty-http 1.0.48 1.2.13 CVE-2025-22227
nimbus-jose-jwt 9.40 10.0.1 CVE-2025-53864