๐ŸŒ
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).
๐ŸŒ
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
More detailed instructions can be found on the dependency-check-maven github pages. By default, the plugin is tied to the verify phase (i.e. mvn verify). Alternatively, one can directly invoke the plugin via mvn org.owasp:dependency-check-maven:check.
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%
๐ŸŒ
Gradle
plugins.gradle.org โ€บ plugin โ€บ org.owasp.dependencycheck
Gradle - Plugin: org.owasp.dependencycheck
Created 11 April 2026. A software composition analysis plugin that identifies known vulnerable dependencies used by the project. ... Adding the plugin to build logic for usage in precompiled script plugins. See the relevant documentation for more information.
๐ŸŒ
Jenkins
plugins.jenkins.io โ€บ dependency-check-jenkins-plugin
OWASP Dependency-Check | Jenkins plugin
2 weeks ago - This plug-in can independently execute a Dependency-Check analysis and visualize results. The plugin has three main components: a globally defined tool configuration, a builder, and a publisher.
๐ŸŒ
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'.
๐ŸŒ
Maven Repository
mvnrepository.com โ€บ artifact โ€บ org.owasp โ€บ dependency-check-maven
Maven Repository: org.owasp ยป dependency-check-maven
1 week ago - dependency-check-maven is a Maven Plugin that uses dependency-check-core to detect publicly disclosed vulnerabilities associated with the project's dependencies.
๐ŸŒ
Jeremylong
jeremylong.github.io โ€บ DependencyCheck
About โ€“ dependency-check-maven
OWASP dependency-check is an open source solution to the OWASP Top 10 2021 entry: A06:2021 โ€“ Vulnerable and Outdated Components. Dependency-check can currently be used to scan software to identify the use of known vulnerable components. For a full list of supported languages/technologies ...
๐ŸŒ
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.
๐ŸŒ
Baeldung
baeldung.com โ€บ home โ€บ security โ€บ check component vulnerabilities using owasp dependency-check
Check Component Vulnerabilities Using OWASP Dependency-Check | Baeldung
March 11, 2026 - Learn about OWASP Dependency-Check, a Maven plugin that can help us identify known vulnerabilities in our application
Find elsewhere
๐ŸŒ
Dependency-check
dependency-check.github.io โ€บ DependencyCheck โ€บ dependency-check-gradle โ€บ index.html
Usage โ€“ dependency-check-maven
The OWASP dependency-check-gradle plugin provides monitoring of the projects dependent libraries; creating a report of known vulnerable components that are included in the build.
๐ŸŒ
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%
๐ŸŒ
Jeremylong
jeremylong.github.io โ€บ DependencyCheck โ€บ dependency-check-maven
Usage โ€“ dependency-check-maven
Create the dependency-check-report.html and use internal mirroring of CVE contents. Note, that the NVD JSON files and META files must also be mirrored; see https://nvd.nist.gov/vuln/data-feeds#JSON_FEED. <project> ... <build> ... <plugins> ... <plugin> <groupId>org.owasp</groupId> <artifactId>dependency-check-maven</artifactId> <version>12.1.0</version> <configuration> <nvdDatafeedUrl>http://internal-mirror.mycorp.com/nvdcve-{0}.json.gz</nvdDatafeedUrl> </configuration> <executions> <execution> <goals> <goal>check</goal> </goals> </execution> </executions> </plugin> ...
๐ŸŒ
Visual Studio Marketplace
marketplace.visualstudio.com โ€บ items
OWASP Dependency Check - Visual Studio Marketplace
Extension for Azure DevOps - Dependency Check is a Software Composition Analysis (SCA) tool that attempts to detect publicly disclosed vulnerabilities contained within a project's dependencies.
๐ŸŒ
Jeremylong
jeremylong.github.io โ€บ DependencyCheck โ€บ dependency-check-gradle โ€บ index.html
Usage โ€“ dependency-check-maven - GitHub Pages
The OWASP dependency-check-gradle plugin provides monitoring of the projects dependent libraries; creating a report of known vulnerable components that are included in the build.
๐ŸŒ
Jenkins-ci
wiki.jenkins-ci.org โ€บ JENKINS โ€บ OWASP-Dependency-Check-Plugin.html
Jenkins : OWASP Dependency-Check Plugin
Persisted cross-site scripting ... in project dependencies. Dependency-Check is an open source utility that identifies project dependencies and identifies if there are any known, publicly disclosed, vulnerabilities. This tool can be part of the solution to the OWASP Top ...
๐ŸŒ
Maven Central
central.sonatype.com โ€บ artifact โ€บ org.owasp โ€บ dependency-check-maven
Maven Central: org.owasp:dependency-check-maven
pkg:maven/org.owasp/dependency-check-maven@Loading... ... dependency-check-maven is a Maven Plugin that uses dependency-check-core to detect publicly disclosed vulnerabilities associated with the project's dependencies.
๐ŸŒ
GitHub
github.com โ€บ dependency-check โ€บ dependency-check-gradle
GitHub - dependency-check/dependency-check-gradle: The dependency-check gradle plugin is a Software Composition Analysis (SCA) tool that allows projects to monitor dependent libraries for known, published vulnerabilities. ยท GitHub
The dependency-check-gradle plugin will no longer be published to Maven Central; it will continue to be published to the Gradle plugin portal. Below are the quick start instructions. Please see the documentation site for more detailed information on configuration and usage. Add the plugin to your build.gradle file: plugins { id "org.owasp.dependencycheck" version "12.2.1" } Once gradle plugin applied, run following gradle task to check dependencies: gradle dependencyCheckAnalyze --info ยท
Starred by 386 users
Forked by 102 users
Languages ย  Groovy
๐ŸŒ
Mend
mend.io โ€บ blog โ€บ application security โ€บ owasp dependency check: how does it work?
OWASP Dependency Check: How It Works, Pros, and Cons
January 6, 2026 - Dependency-Check enables developers to stay on top of their open source components early in the development process with support for command-line integration. This allows seamless integration with other tools, build systems, and APIs, helping ...