Current SDK has Dependencies Vulnerabilities! #291
Closed
lucarosato1
started this conversation in
Ideas
Replies: 1 comment
-
Hi @lucarosato1, Thank you very much for contacting us! Thank you very much for your contact! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Seems that you're using a dependency that was deprecated since 2015 and has some vulnerabilities:
Here you can see the vulnerability impact: https://devhub.checkmarx.com/cve-details/Cx78f40514-81ff/ (reported in 2018)
The fix would be removing that commons-collections that is outdated, watch this:
Font: https://mvnrepository.com/artifact/commons-collections/commons-collections
They suggested us to use this instead (currently I'm doing the workaround of excluding that dep from your SDK and added the new one)
Hope you read this!
Beta Was this translation helpful? Give feedback.
All reactions