eclipse-leshan / leshan

Java Library for LWM2M
https://www.eclipse.org/leshan/
BSD 3-Clause "New" or "Revised" License
653 stars 408 forks source link

Vulnerabilities check : Using VEX to avoid false positive ? #1664

Open sbernard31 opened 4 weeks ago

sbernard31 commented 4 weeks ago

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)