|
Hi, I'm pretty new to Maven so maybe I'm doing this wrong - but when I add dependency to java client 8.5.1 - that entire dependency block gets highlighted with "Provides transitive vulnerable dependency maven:commons-collections:commons-collections:3.2.2 Cx78f40514-81ff 7.5 Uncontrolled recursion vulnerability bending CVSS allocation". Seems like there's an entry in this project pom for commons-validator 1.7 which in turn has a dependency on that old commons-collections (there's a newer one under commons-collections4 that doesn't have vulnerabilities). So... I don't understand why no one else is raising questions about this. Is everyone just suppressing the warning? Or is there something I'm missing? |
Answered by
valfirst
Sep 7, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi @serg64, why not to address this question to the developers of
commons-validatorlib?