Skip to content

Fix some dependency issues#16198

Merged
JackieTien97 merged 5 commits into
masterfrom
update_bc
Aug 19, 2025
Merged

Fix some dependency issues#16198
JackieTien97 merged 5 commits into
masterfrom
update_bc

Conversation

@HTHou

@HTHou HTHou commented Aug 18, 2025

Copy link
Copy Markdown
Contributor

Description

In this PR,

  1. Fix CVE-2024-31033 by upgrading jjwt to 0.12.7.
  2. Fix CVE-2025-8916 by upgrading bouncycastle to 1.81.
  3. Fix CVE-2025-53864 by upgrading gson to 2.13.1.
  4. Remove the replaceable usage of bouncycastle in ClientRPCServiceImpl.java
  5. Remove the redundent netty version declaration in the metrics interface pom.
  6. Update License and Notice.

@HTHou HTHou changed the title Fix some dependency issue Fix some dependency issues Aug 18, 2025
@codecov

codecov Bot commented Aug 18, 2025

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 83.33333% with 1 line in your changes missing coverage. Please review.
⚠️ Please upload report for BASE (master@ec47d0a). Learn more about missing BASE report.
⚠️ Report is 8 commits behind head on master.

Files with missing lines Patch % Lines
.../db/protocol/thrift/impl/ClientRPCServiceImpl.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##             master   #16198   +/-   ##
=========================================
  Coverage          ?   38.95%           
  Complexity        ?      198           
=========================================
  Files             ?     4880           
  Lines             ?   319009           
  Branches          ?    40263           
=========================================
  Hits              ?   124267           
  Misses            ?   194742           
  Partials          ?        0           

☔ 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.

@JackieTien97 JackieTien97 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

using com.google.common.base.Preconditions.checkArgument instead of gson

@JackieTien97 JackieTien97 merged commit 89b291a into master Aug 19, 2025
33 checks passed
@HTHou HTHou deleted the update_bc branch August 19, 2025 01:41
@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants