Skip to content

Version bumps to address CVEs in transitive dependencies#2894

Merged
machavan merged 2 commits intomainfrom
dev/machavavn/cveVersionBumps
Feb 11, 2026
Merged

Version bumps to address CVEs in transitive dependencies#2894
machavan merged 2 commits intomainfrom
dev/machavavn/cveVersionBumps

Conversation

@machavan
Copy link
Copy Markdown
Contributor

@machavan machavan commented Feb 9, 2026

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

Comment thread pom.xml
divang
divang previously approved these changes Feb 9, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 61.41%. Comparing base (afbcb2a) to head (4196fea).
⚠️ Report is 2 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@machavan machavan added this to the 13.3.2 milestone Feb 9, 2026
@machavan
Copy link
Copy Markdown
Contributor Author

/azp run

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 3 pipeline(s).

@machavan
Copy link
Copy Markdown
Contributor Author

/azp run

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 3 pipeline(s).

@machavan machavan merged commit 465cfca into main Feb 11, 2026
15 of 19 checks passed
@github-project-automation github-project-automation Bot moved this from In progress to Closed/Merged PRs in MSSQL JDBC Feb 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Closed/Merged PRs

Development

Successfully merging this pull request may close these issues.

4 participants