Using VEX could be a good way to avoid some false positive during vulnerabilities check.
But if it is used direct/transitive dependencies should be managed correctly which is generally not really done.
So maybe using maven tooling like : depcheck-maven-plugin should be used in addition.
Using VEX could be a good way to avoid some false positive during vulnerabilities check. But if it is used direct/transitive dependencies should be managed correctly which is generally not really done. So maybe using maven tooling like : depcheck-maven-plugin should be used in addition.
For me details see :
(Not 100% sure this is a good move but I open this issue to keep in mind the idea)