You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Bully WiiPlaza (Jira)" <ji...@apache.org> on 2022/09/09 08:55:00 UTC

[jira] [Created] (VALIDATOR-485) Provides transitive vulnerable dependency commons-collections:commons-collections:3.2.2

Bully WiiPlaza created VALIDATOR-485:
----------------------------------------

             Summary: Provides transitive vulnerable dependency commons-collections:commons-collections:3.2.2
                 Key: VALIDATOR-485
                 URL: https://issues.apache.org/jira/browse/VALIDATOR-485
             Project: Commons Validator
          Issue Type: Bug
    Affects Versions: 1.7
            Reporter: Bully WiiPlaza


Hello,
when using the maven dependency
{code:java}
<dependency>
<groupId>commons-validator</groupId>
<artifactId>commons-validator</artifactId>
<version>1.7</version>
</dependency>{code}
my IntelliJ IDEA displays a vulnerability warning:
{code:java}
Provides transitive vulnerable dependency commons-collections:commons-collections:3.2.2
* Cx78f40514-81ff 7.5 Uncontrolled Recursion vulnerability pending CVSS allocation
Results powered by Checkmarx(c){code}
[https://devhub.checkmarx.com/cve-details/Cx78f40514-81ff/]

I checked and there is no newer version of commons-validator: [https://mvnrepository.com/artifact/commons-validator/commons-validator]

Is this a known issue and is there a recommended fix for this issue? Maybe try to depend on [https://mvnrepository.com/artifact/org.apache.commons/commons-collections4] instead? It would be great if the maven dependency received an update to address this for some peace of mind.

Thanks for any suggestions on how to resolve this.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)