mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-15 00:03:43 +01:00
391a410e5bcb3061f8ecc9959fe727aae3295688
About: DependencyCheck is a simple utility that attempts to determine if there is a Common Product Enumeration (CPE) identifier for a given project dependency. If found, it will generate a report linking to the associated CVE entries. Usage: $ mvn package $ cd target $ java -jar dependencycheck-0.1.jar -h $ java -jar DependencyCheck-0.1.jar -a Testing -out . -scan ./test-classes/org.mortbay.jetty.jar -scan struts2-core-2.1.2.jar -scan ./lib TODO: Add CVE download/indexing and CPE lookup. Finish report generation (xml). Consider utilizing the OSVDB in addition to CPE/CVE. Author: Jeremy Long (jeremy.long@gmail.com) Copyright (c) 2012 Jeremy Long. All Rights Reserved.
Description
Languages
Java
75.3%
CMake
18.9%
M4
3%
Ruby
1%
Groovy
0.6%
Other
1%