Last Version

Dependency-Check Command Line 7.1.1

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.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

org.owasp
ArtifactId

ArtifactId

dependency-check-cli
Version

Version

7.1.1
Type

Type

jar
Description

Description

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.
Project Organization

Project Organization

OWASP
Source Code Management

Source Code Management

https://github.com/jeremylong/DependencyCheck/tree/master/cli

Download dependency-check-cli 7.1.1


<!-- https://jarcasting.com/artifacts/org.owasp/dependency-check-cli/ -->
<dependency>
    <groupId>org.owasp</groupId>
    <artifactId>dependency-check-cli</artifactId>
    <version>7.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.owasp/dependency-check-cli/
implementation 'org.owasp:dependency-check-cli:7.1.1'
// https://jarcasting.com/artifacts/org.owasp/dependency-check-cli/
implementation ("org.owasp:dependency-check-cli:7.1.1")
'org.owasp:dependency-check-cli:jar:7.1.1'
<dependency org="org.owasp" name="dependency-check-cli" rev="7.1.1">
  <artifact name="dependency-check-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.owasp', module='dependency-check-cli', version='7.1.1')
)
libraryDependencies += "org.owasp" % "dependency-check-cli" % "7.1.1"
[org.owasp/dependency-check-cli "7.1.1"]

Dependencies

compile (9)

Group / Artifact Type Version
ch.qos.logback : logback-core jar 1.2.11
ch.qos.logback : logback-classic jar 1.2.11
commons-cli : commons-cli jar 1.5.0
org.owasp : dependency-check-core jar 7.1.1
org.owasp : dependency-check-utils jar 7.1.1
org.slf4j : slf4j-api jar 1.7.36
org.apache.ant : ant jar 1.10.12
org.jetbrains : annotations Optional jar 23.0.0
com.github.spotbugs : spotbugs-annotations Optional jar 4.7.0

test (3)

Group / Artifact Type Version
junit : junit jar 4.13.2
org.hamcrest : hamcrest-core jar 2.2
org.jmockit : jmockit jar 1.49

Project Modules

There are no modules declared in this project.