[fix][misc] Upgrade dependencies to fix critical security vulnerabilities#24531
Closed
codelipenghui wants to merge 1 commit intoapache:masterfrom
Closed
[fix][misc] Upgrade dependencies to fix critical security vulnerabilities#24531codelipenghui wants to merge 1 commit intoapache:masterfrom
codelipenghui wants to merge 1 commit intoapache:masterfrom
Conversation
…rabilities This commit upgrades several dependencies to address critical security vulnerabilities: - Kafka client: 3.8.1 → 3.9.0 (CVE-2025-27817, CVE-2025-27818) - Elasticsearch: 8.12.1 → 8.15.3 (CVE-2024-23450, CVE-2024-43709, CVE-2024-23444) - MySQL Connector: 8.0.30 → 8.0.33 (CVE-2023-22102) - SQLite JDBC: 3.42.0.0 → 3.47.1.0 (CVE-2023-7104) - Alluxio: 2.9.3 → 2.9.4 (CVE-2023-38889 - Critical CVSS 9.8) - Azure Kusto SDK: 5.0.4 → 5.2.0 (CVE-2023-36415 via azure-identity) These upgrades resolve 6 high-severity CVEs including 1 critical vulnerability. All dependency upgrades maintain compatibility with existing functionality. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
|
@codelipenghui Please add the following content to your PR description and select a checkbox: |
Contributor
Author
|
/pulsarbot run-failure-checks |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #24531 +/- ##
============================================
+ Coverage 73.57% 74.33% +0.76%
+ Complexity 32624 32565 -59
============================================
Files 1877 1869 -8
Lines 139502 146288 +6786
Branches 15299 16812 +1513
============================================
+ Hits 102638 108748 +6110
- Misses 28908 28919 +11
- Partials 7956 8621 +665
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
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.
Summary
This PR upgrades several dependencies to address critical security vulnerabilities identified by OWASP dependency-check:
Security Vulnerabilities Fixed
Kafka client: 3.8.1 → 3.9.0
Elasticsearch: 8.12.1 → 8.15.3
MySQL Connector: 8.0.30 → 8.0.33
SQLite JDBC: 3.42.0.0 → 3.47.1.0
Alluxio: 2.9.3 → 2.9.4
Azure Kusto SDK: 5.0.4 → 5.2.0
Impact
Files Modified
pom.xml- Updated version properties for main dependenciespulsar-io/alluxio/pom.xml- Updated Alluxio versionpulsar-io/azure-data-explorer/pom.xml- Updated Kusto SDK versionTest plan
mvn install -Pcore-modules,-main -DskipTests🤖 Generated with Claude Code