Dependency-check
dependency-check.github.io › DependencyCheck › dependency-check-cli › index.html
About – dependency-check-cli
OWASP dependency-check-cli is an command line tool that uses dependency-check-core to detect publicly disclosed vulnerabilities associated with the scanned project dependencies.
OWASP
owasp.org › www-project-dependency-check
OWASP Dependency-Check | OWASP Foundation
Dependency-Check has a command line interface, a Maven plugin, a Gradle plugin, an Ant task and a number of integrations with build tooling such as Jenkins, GitHub Actions and Azure DevOps. The core engine contains a series of analyzers that inspect the project dependencies, collect pieces of information about the dependencies (referred to as evidence within the tool).
Videos
01:00:25
OWASP Dependency Check Project - Jeremy Long - YouTube
14:40
OWASP Dependency Check - YouTube
02:28
OWASP Dependency Check: Part 1 - How to Install - YouTube
02:11
OWASP Dependency Check: Part 2 - How to Scan Your Project - YouTube
34:45
OWASP Ottawa July 2018: OWASP Dependency Check with Vandana Verma ...
GitHub
github.com › dependency-check › DependencyCheck
GitHub - dependency-check/DependencyCheck: OWASP dependency-check is a software composition analysis utility that detects publicly disclosed vulnerabilities in application dependencies. · GitHub
In the following example it is assumed that the source to be checked is in the current working directory and the reports will be written to $(pwd)/odc-reports. Persistent data and cache directories are used, allowing you to destroy the container after running. ... #!/bin/sh DC_VERSION="latest" DC_DIRECTORY=$HOME/OWASP-Dependency-Check DC_PROJECT="dependency-check scan: $(pwd)" DATA_DIRECTORY="$DC_DIRECTORY/data" CACHE_DIRECTORY="$DC_DIRECTORY/data/cache" if [ !
Starred by 7.5K users
Forked by 1.4K users
Languages Java 96.7% | PLSQL 0.8% | Groovy 0.7% | PLpgSQL 0.6% | TSQL 0.6% | Shell 0.4%
Jeremylong
jeremylong.github.io › DependencyCheck › dependency-check-cli › index.html
About – dependency-check-cli - GitHub Pages
OWASP dependency-check-cli is an command line tool that uses dependency-check-core to detect publicly disclosed vulnerabilities associated with the scanned project dependencies.
Owasp
devguide.owasp.org › en › 05-implementation › 02-dependencies › 01-dependency-check
Dependency-Check - OWASP Developer Guide
Dependency-Check also provides plugins to check for vulnerable components for CI/CD pipelines. The OWASP Spotlight series provides an example of the risks involved in using out of date and vulnerable libraries, and how to use Dependency-Check: 'Project 2 - OWASP Dependency Check'.
Jenkins
plugins.jenkins.io › dependency-check-jenkins-plugin
OWASP Dependency-Check | Jenkins plugin
2 weeks ago - The installation of Dependency-Check can be performed automatically, which will download and extract the official Command-Line Interface (CLI) from Github, or an official distribution can be installed manually and the path to the installation ...
Google
sites.google.com › a › ncsu.edu › csc515-software-security › project-part-1-owasp-top-10 › owasp-dependency-check
CSC515 Software Security - OWASP Dependency-Check
- Download the command line dependency checker from the following url : https://owasp.org/www-project-dependency-check/ - Extract the zip file to a location on your computer. - Put the ‘bin’ directory of the dependency checker into the PATH environment variable of your system.
Wso2
security.docs.wso2.com › en › latest › security-guidelines › secure-engineering-guidelines › external-dependency-analysis-analysis-using-owasp-dependency-check
External Dependency Analysis Analysis using OWASP Dependency Check
This document provides details of all necessary steps for using OWASP Dependency Check Command Line Client (CLI)1 tool and the Maven plugin2 for analyzing 3rd party dependencies used in projects for identifying known security vulnerabilities.
Maven Repository
mvnrepository.com › artifact › org.owasp › dependency-check-cli
Maven Repository: org.owasp » dependency-check-cli
1 week ago - dependency-check-cli is an command line tool that uses dependency-check-core to detect publicly disclosed vulnerabilities associated with the scanned project dependencies.
Jeremylong
jeremylong.github.io › DependencyCheck › dependency-check-cli › arguments.html
Command Line Arguments – dependency-check-cli
OWASP/ Dependency-Check/ documentation/ dependency-check/ Command Line Arguments · | Last Published: 2025-02-16 · Version: 12.1.0 · Follow ctxt ·
Maven Central
central.sonatype.com › artifact › org.owasp › dependency-check-cli
dependency-check-cli - org.owasp - Maven Central - Sonatype
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 ...
Securityinternal
securityinternal.com › 2016 › 10 › owasp-dependency-check-cli-analyzing.html
SECURITY INTERNAL . COM: OWASP Dependency Check CLI - Analyzing Vulnerabilities in 3rd Party Libraries
In the bin directory of the dependency-check tool, you can find the executable script. dependency-check.bat file is for running the tool on Windows and the dependency-check.sh file is for running on Linux. If you just execute the script without providing any parameters, you can see the list of parameters that you need to provide for performing the vulnerability analysis and generating reports. Following are the basic parameters that are required when running a vulnerability analysis. Now let’s do an analysis using OWASP Dependency Check.
npm
npmjs.com › package › owasp-dependency-check
owasp-dependency-check - npm
January 5, 2026 - A Node.js wrapper for the OWASP dependency-check-cli.. Latest version: 1.0.1, last published: 3 months ago. Start using owasp-dependency-check in your project by running `npm i owasp-dependency-check`. There are 1 other projects in the npm registry using owasp-dependency-check.
» npm install owasp-dependency-check
Published Jan 05, 2026
Version 1.0.1
Dependency-check
dependency-check.github.io › DependencyCheck › dependency-check-cli › arguments.html
Command Line Arguments – dependency-check-cli
OWASP/ Dependency-Check/ documentation/ dependency-check/ Command Line Arguments · | Last Published: 2026-04-11 · Version: 12.2.1 · Follow ctxt ·
PyPI
pypi.org › project › dependency-check
dependency-check · PyPI
To install from PyPI, add dependency-check to your dev-requirements.txt or a similar file. For more installation options, see the “Installation” section below. Using environment variables, you can change the version and download location of the release archive, and the directory for the local installation. To update to a new version of the OWASP software, delete ~/.local/dependency-check/bin/, set DEPENDENCY_CHECK_VERSION to the new version number, and call dependency-check.
» pip install dependency-check
GitHub
github.com › jeremylong › DependencyCheck
GitHub - jeremylong/DependencyCheck: The dependency-check repository has moved: · GitHub
September 27, 2025 - The OWASP dependency-check repository has moved to https://github.com/dependency-check/DependencyCheck.
Starred by 48 users
Forked by 27 users
Languages Java 65.6% | JavaScript 21.7% | CMake 8.3% | M4 1.3% | PLSQL 0.6% | Groovy 0.5%
GitHub
github.com › jeremylong › DependencyCheck › blob › main › cli › src › main › java › org › owasp › dependencycheck › CliParser.java
DependencyCheck/cli/src/main/java/org/owasp/dependencycheck/CliParser.java at main · jeremylong/DependencyCheck
February 17, 2025 - package org.owasp.dependencycheck; · import edu.umd.cs.findbugs.annotations.SuppressFBWarnings; · import java.io.File; import java.io.FileNotFoundException; · import org.apache.commons.cli.CommandLine; import org.apache.commons.cli.CommandLineParser; import org.apache.commons.cli.DefaultParser; import org.apache.commons.cli.HelpFormatter; import org.apache.commons.cli.Option; import org.apache.commons.cli.OptionGroup; import org.apache.commons.cli.Options; import org.apache.commons.cli.ParseException; import org.owasp.dependencycheck.reporting.ReportGenerator.Format; import org.owasp.dependencycheck.utils.InvalidSettingException; import org.owasp.dependencycheck.utils.Settings; import org.slf4j.Logger; import org.slf4j.LoggerFactory; ·
Author jeremylong