Jeremy Long 1bbfa77f34 minor bug fix in test
Former-commit-id: 4e7cb9c7a500a48a96b929e84908058a79f8f464
2012-09-25 21:03:12 -04:00
2012-09-25 21:03:12 -04:00
2012-09-06 22:54:16 -04:00
2012-09-25 11:51:42 -04:00
2012-09-25 11:51:42 -04:00
2012-09-25 11:51:42 -04:00

About:
DependencyCheck is a utility that attempts to detect publically disclosed
vulnerabilities contained within project dependencies. It does this by determining
if there is a Common Platform Enumeration (CPE) identifier for a given dependency. 
If found, it will generate a report linking to the associated CVE entries. 

Usage:
$ mvn package
$ cd target
$ java -jar dependencycheck-0.1.1.jar -h
$ java -jar DependencyCheck-0.1.1.jar -a Testing -out . -scan ./test-classes/org.mortbay.jetty.jar -scan struts2-core-2.1.2.jar -scan ./lib


Author: Jeremy Long (jeremy.long@gmail.com)

Copyright (c) 2012 Jeremy Long. All Rights Reserved.
Description
No description provided
Readme 133 MiB
Languages
Java 75.3%
CMake 18.9%
M4 3%
Ruby 1%
Groovy 0.6%
Other 1%