-
Notifications
You must be signed in to change notification settings - Fork 38
Upgrades commons libraries to fix security vulnerabilities #219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
c25905c
aa637d2
d86b26b
0b39e6a
b2d6f57
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Here is the changelog for commons-configuration https://commons.apache.org/proper/commons-configuration/changes.html This PR only bumps to 2.10.1, but 2.13.0 is available. In the pom it has dependencies on
These are optional dependencies that we have in our classpath, but I don't know that we're actually using them with commons-configuration
|
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Here's the changelog for commons-lang3 https://commons.apache.org/proper/commons-lang/changes.html Is there a reason you stopped at 3.18.0 rather than going all the way to 3.20.0?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Because that is what #218 suggested.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sorry, I missed that it was linked to an issue that recommended specific versions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here is the changelog for commons-beanutils https://commons.apache.org/proper/commons-beanutils/changes.html
I don't see anything concerning there.
In the pom it has dependencies on
This is the changelog for commons-logging https://commons.apache.org/proper/commons-logging/changes.html
commons-logging has a dependency on log4j 2.24.3 (we are on 2.17.2)