-
Notifications
You must be signed in to change notification settings - Fork 97
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
Version 3.0.0 has contains CVE because of transitive dependency #326
Comments
Using Gradle you can exclude the dependency yourself. commons-beanutils already changed to commons-collections 4.4. However, beanutils has no release yet. The beanutils project looks quite dead. |
@SoltauFintel , I know I can exclude, but not sure that it is safe to do it (can have some unexpected consequences or exceptions), but will all stuff in library work as expected without it? |
I have made a short test. Excluding commons-collections:commons-collections and adding org.apache.commons:commons-collections4:4.4 result in many test case errors. So we have to wait for a beanutils update. |
argh ... there's a beanutils2 ... |
It comes to a Happy End. See PR #327 |
Hi
We migrated our project to library version 3.0.0 and it still contains vulnerable transitive dependency commons-collections:commons-collections:3.2.2 (resolved through commons-beanutils:commons-beanutils:1.9.4)
Can you exclude this vulnerable dependency from next minor release?
More details: https://devhub.checkmarx.com/cve-details/Cx78f40514-81ff/
The text was updated successfully, but these errors were encountered: