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

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

    [ https://issues.apache.org/jira/browse/VALIDATOR-485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17602435#comment-17602435 ] 

Gary D. Gregory commented on VALIDATOR-485:
-------------------------------------------

Since at least one Commons Collections class is part of the Validator public API, the port to Collections 4 or removal of Collections altogether will have to happen for 2.0.

> 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
>            Priority: Major
>             Fix For: 2.0
>
>
> 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)