4.0.0
org.owasp
dependency-check-parent
3.1.2-SNAPSHOT
dependency-check-cli
jar
Dependency-Check Command Line
dependency-check-cli is an command line tool that uses dependency-check-core to detect publicly disclosed vulnerabilities associated with the scanned project dependencies. The tool will generate a report listing the dependency, any identified Common Platform Enumeration (CPE) identifiers, and the associated Common Vulnerability and Exposure (CVE) entries.
dependency-check-${project.version}
src/main/resources
**/*.properties
logback.xml
true
${basedir}
META-INF
LICENSE.txt
NOTICE.txt
org.apache.maven.plugins
maven-jar-plugin
org.owasp.dependencycheck.App
org.codehaus.mojo
appassembler-maven-plugin
org.owasp.dependencycheck.App
dependency-check
${project.build.directory}/release
${basedir}/src/main/assembly/license.txt
.sh
plugins/*
true
assemble
assemble
org.apache.maven.plugins
maven-assembly-plugin
false
create-distribution
package
single
src/main/assembly/release.xml
commons-cli
commons-cli
org.owasp
dependency-check-core
${project.parent.version}
org.owasp
dependency-check-utils
${project.parent.version}
org.slf4j
slf4j-api
ch.qos.logback
logback-core
ch.qos.logback
logback-classic
org.apache.ant
ant
org.apache.ant
ant-launcher