DependencyCheck VS SonarQube

Compare DependencyCheck vs SonarQube and see what are their differences.

DependencyCheck

OWASP dependency-check is a software composition analysis utility that detects publicly disclosed vulnerabilities in application dependencies. (by jeremylong)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
DependencyCheck SonarQube
11 65
5,801 8,477
- 1.6%
9.4 9.9
7 days ago 7 days ago
Java Java
Apache License 2.0 GNU Lesser General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

DependencyCheck

Posts with mentions or reviews of DependencyCheck. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-14.
  • How To Secure Your JavaScript Applications
    11 projects | dev.to | 14 Jun 2023
    Use Security Tools: To identify known vulnerabilities in your project's dependencies, you can utilize commands like npm audit or employ third-party security scanners such as DependencyCheck or Dependabot. These tools thoroughly analyze the dependency tree and offer actionable insights to assist you in resolving any identified vulnerabilities.
  • Do you use dependency analysis and vulnerability detection tools?
    3 projects | /r/learnprogramming | 16 Jan 2023
    OWASP DependencyCheck - a really decent tool for scanning your project for vulnerable dependencies. It is actively developed and updated and up to date with the most latest vulnerabilities. Sometimes it can be a pain in the ass, though. Some security researchers and such find a vulnerability, publish it and the next day our CI/CD pipelines fail (the dependency check build step prevents the code from going to production). And not always there is a fix available. So, some vulnerabilities have to be ignored, temporarily. Also, to be able to ignore a vulnerability one has to do a fast risk assessment. And that will require from him to read about the vulnerability and decide if it is safe to be ignored or some different workaround must be found.
  • The ultimate guide to Java Security Vulnerabilities (CVE)
    2 projects | /r/java | 29 Dec 2022
    The ultimate guide somehow fails to mention the best CVE checker: https://github.com/jeremylong/DependencyCheck
  • Is Clojure suitable for my use cases?
    10 projects | /r/Clojure | 21 Oct 2022
    We run https://github.com/jeremylong/DependencyCheck over our dependency tree regularly, via this Clojure wrapper: https://github.com/clj-holmes/clj-watson which tells us the dependency tree path to each item that has a CVE and also the version in which the CVE is addressed, if known.
  • Security in CICD / DevSecOps
    6 projects | /r/devops | 22 Mar 2022
    From OWASP for those class of tools you could look into DependencyCheck and DependencyTrack
  • Is there a tool to track CVEs for the software that we use?
    8 projects | /r/sysadmin | 14 Dec 2021
  • Does anybody know any good materials for java defensive coding please?.
    4 projects | /r/java | 19 Jun 2021
    DependencyCheck is an open source tool that checks for vulnerabilities in dependencies used within a project. While it is a reactive tool, it's an important one since the code a developer writes is not the only code an application uses.
  • Are there any tools I can use to safely upgrade my Nuget packages? What are some strategies I can incorporate?
    2 projects | /r/csharp | 20 May 2021
    One more aspect to consider, although I know it is not the primary ask of the post, is to be sure and run something like dependency check on your repository. There are quite a few vulnerabilities being injected through the packaging process these days.
  • Weekly Developer Roundup #16 - Sun Oct 04 2020
    28 projects | dev.to | 3 Oct 2020
    jeremylong/DependencyCheck (Java): OWASP dependency-check is a software composition analysis utility that detects publicly disclosed vulnerabilities in application dependencies.

SonarQube

Posts with mentions or reviews of SonarQube. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-24.

What are some alternatives?

When comparing DependencyCheck and SonarQube you can also consider the following projects:

Spotbugs - SpotBugs is FindBugs' successor. A tool for static analysis to look for bugs in Java code.

Checkstyle - Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. By default it supports the Google Java Style Guide and Sun Code Conventions, but is highly configurable. It can be invoked with an ANT task and a command line program.

PMD - An extensible multilanguage static code analyzer.

Error Prone - Catch common Java mistakes as compile-time errors

semgrep - Lightweight static analysis for many languages. Find bug variants with patterns that look like source code.

snyk - Snyk CLI scans and monitors your projects for security vulnerabilities. [Moved to: https://github.com/snyk/cli]

infer - A static analyzer for Java, C, C++, and Objective-C

FindBugs - The new home of the FindBugs project

dependency-track - Dependency-Track is an intelligent Component Analysis platform that allows organizations to identify and reduce risk in the software supply chain.

ZAP - The ZAP core project

tfsec - Security scanner for your Terraform code

swagger-ui - Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.