Fix CVE-2025-68161: Force resolve log4j dependencies#932
Merged
peterzhuamazon merged 2 commits intoApr 1, 2026
Conversation
Signed-off-by: Ajay Raj Nelapudi <ajnelapu@amazon.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #932 +/- ##
============================================
- Coverage 70.88% 70.32% -0.56%
- Complexity 421 523 +102
============================================
Files 49 56 +7
Lines 3125 3663 +538
Branches 194 244 +50
============================================
+ Hits 2215 2576 +361
- Misses 785 923 +138
- Partials 125 164 +39 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Updated log4j dependencies to remove CVE-2025-68161 comments. Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
peterzhuamazon
approved these changes
Apr 1, 2026
opensearch-trigger-bot Bot
pushed a commit
that referenced
this pull request
Apr 1, 2026
* Fix CVE-2025-68161: Force resolve log4j dependencies Signed-off-by: Ajay Raj Nelapudi <ajnelapu@amazon.com> * Update log4j dependency declarations Updated log4j dependencies to remove CVE-2025-68161 comments. Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> --------- Signed-off-by: Ajay Raj Nelapudi <ajnelapu@amazon.com> Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> Co-authored-by: Ajay Raj Nelapudi <ajnelapu@amazon.com> Co-authored-by: Peter Zhu <zhujiaxi@amazon.com> (cherry picked from commit 6637d57)
peterzhuamazon
added a commit
that referenced
this pull request
Apr 1, 2026
* Fix CVE-2025-68161: Force resolve log4j dependencies * Update log4j dependency declarations Updated log4j dependencies to remove CVE-2025-68161 comments. --------- (cherry picked from commit 6637d57) Signed-off-by: Ajay Raj Nelapudi <ajnelapu@amazon.com> Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> Co-authored-by: Ajay Raj Nelapudi <ajayraj.nelapudi@gmail.com> Co-authored-by: Ajay Raj Nelapudi <ajnelapu@amazon.com> Co-authored-by: Peter Zhu <zhujiaxi@amazon.com>
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
Fix CVE-2025-68161: Force resolve log4j dependencies
Related Issues
Resolves https://advisories.opensearch.org/advisories/CVE-2025-68161
Check List
--signoff.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.