jar

org.owasp : dependency-check-cli

Maven & Gradle

Aug 19, 2023
5.8k stars

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.

Table Of Contents

Latest Version

Download org.owasp : dependency-check-cli JAR file - Latest Versions:

All Versions

Download org.owasp : dependency-check-cli JAR file - All Versions:

Version Vulnerabilities Size Updated
8.4.x
8.3.x
8.2.x
8.1.x
8.0.x
7.4.x
7.3.x
7.2.x
7.1.x
7.0.x
6.5.x
6.4.x
6.3.x
6.2.x
6.1.x
6.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window dependency-check-cli-8.4.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.owasp.dependencycheck

├─ org.owasp.dependencycheck.App.class - [JAR]

├─ org.owasp.dependencycheck.CliParser.class - [JAR]

├─ org.owasp.dependencycheck.package-info.class - [JAR]

Advertisement