Fixed
Details
Assignee
Dan CaseleyDan CaseleyReporter
Guus der KinderenGuus der KinderenFix versions
Priority
Major
Details
Details
Assignee
Dan Caseley
Dan CaseleyReporter
Guus der Kinderen
Guus der KinderenFix versions
Priority
Created May 16, 2019 at 8:33 AM
Updated January 28, 2021 at 3:57 PM
Resolved January 28, 2021 at 3:57 PM
Please add OWASP Dependency Check to the build (pom.xml). OWASP DC makes an outbound REST call to MITRE Common Vulnerabilities & Exposures (CVE) to perform a lookup for each dependant .jar to list any/all known vulnerabilities for each jar. This step is needed because a manual MITRE CVE lookup/check on the main component does not include checking for vulnerabilities in components or in dependant libraries.
OWASP Dependency check : https://www.owasp.org/index.php/OWASP_Dependency_Check has plug-ins for most Java build/make types (ant, maven, ivy, gradle).
We should make the check optional, by placing it in a Maven profile, that is not executed by default. We should, however, modify our builds (at least the nightlies, but I'd consider doing this for Travis too) to enable the profile.