dependency-check/dependencycheck

OWASP dependency-check is a software composition analysis utility that detects publicly disclosed vulnerabilities in application dependencies.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 14 minutes ago
Added to GitGenius on September 8th, 2026
Created on September 3rd, 2012
Open Issues & Pull Requests: 196 (+0)
GitHub issues: Enabled
Number of forks: 1,419
Total Stargazers: 7,688 (+0)
Total Subscribers: 175 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 10.4 hours
Mean response time: 43.7 days
90th percentile: 40.1 days
Tracked items: 3,853

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 78% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "unable to reproduce" is answered fastest, typically in about 5 hours, while "FP Report" waits about 27 hours. Only 7% of issues opened in the past year have been closed. Three people close 80% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 64
New in 7 days: 4
Closed in 7 days: 4
Avg open age: 994 days
Stale 30+ days: 57
Stale 90+ days: 49

Recent activity

Opened in 7 days: 2
Closed in 7 days: 3
Comments in 7 days: 2
Events in 7 days: 3

Top labels

  • FP Report (1,589)
  • question (1,089)
  • maven (984)
  • bug (853)
  • enhancement (261)
  • duplicate (223)
  • pending more information (205)
  • won't fix (128)

Detailed Description

Dependency-Check is a software composition analysis tool that detects publicly disclosed vulnerabilities in application dependencies by identifying Common Platform Enumeration identifiers and linking them to associated CVE entries.

The tool addresses the problem of unknown security risks in project dependencies by scanning for publicly disclosed vulnerabilities. It works by determining if a CPE identifier exists for each dependency and generating reports that connect findings to CVE entries. The tool integrates with the National Vulnerability Database through an API to access vulnerability data.

Dependency-Check suits organizations that need automated vulnerability scanning as part of their build and deployment pipelines. It is particularly valuable for teams already using Maven, Gradle, Ant, or Jenkins, as the tool provides native plugins for these platforms. The tool also offers a command-line interface for standalone usage. Anyone adopting the tool should be aware that an NVD API key is highly recommended for acceptable performance, as updates without one are extremely slow. In CI environments with multiple concurrent builds, rate limiting on the NVD API can cause 403 errors, requiring a caching strategy. Additionally, the tool recently transitioned from using NVD data feeds to the NVD API, and users relying on Sonatype OSS Index analysis must now provide authentication credentials as the service enforces API token requirements.

The project maintains active compatibility with evolving external dependencies and services. Breaking changes in version 11.0.0 introduced a Java 11 requirement and H2 database upgrade that necessitated full NVD data redownloads. The tool has undergone significant architectural changes, including a mandatory migration from NVD data feeds to the NVD API in version 9.0.0, with subsequent compatibility updates required in version 12.1.0. The project actively documents migration paths and provides purge utilities to help users manage database compatibility issues across versions.