Fix vulnerability issue in commons-beanutils to address CVE-2025-48734#25235
Merged
ZacBlanco merged 1 commit intoprestodb:masterfrom Jun 4, 2025
Merged
Conversation
Contributor
|
Please update the release note section to |
ZacBlanco
requested changes
Jun 2, 2025
presto-product-tests/pom.xml
Outdated
| <exclusions> | ||
| <exclusion> | ||
| <groupId>commons-logging</groupId> | ||
| <artifactId>commons-logging</artifactId> |
Contributor
There was a problem hiding this comment.
Does beanutils use commons-logging? Can we also look into updating tempto in that case too?
Contributor
There was a problem hiding this comment.
Also, rather than exclude, can we pull up the dependency here?
Contributor
Author
There was a problem hiding this comment.
Yes. commons-validator and commons-beanutils use different versions of commons-logging, so it was updated to the higher version to avoid conflicts
56c99a5 to
599835d
Compare
ZacBlanco
approved these changes
Jun 4, 2025
599835d to
71b31da
Compare
6 tasks
This was referenced Jul 4, 2025
This was referenced Jul 24, 2025
6 tasks
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 the vulnerability issue in commons-beanutils to address CVE-2025-48734
To fix this issue, the commons-beanutils dependency was upgraded from version 1.9.4 to 1.11.0.
Motivation and Context
These dependency upgrade was implemented to mitigate CVEs present in previous version.
Impact
Test Plan
Contributor checklist
Release Notes
Please follow release notes guidelines and fill in the release notes below.