Software Alternatives, Accelerators & Startups

Dependency-Check VS Checkmarx

Compare Dependency-Check VS Checkmarx and see what are their differences

Dependency-Check logo Dependency-Check

Dependency-Check is a utility that identifies project dependencies and checks if there are any...

Checkmarx logo Checkmarx

The industry’s most comprehensive AppSec platform, Checkmarx One is fast, accurate, and accelerates your business.
  • Dependency-Check Landing page
    Landing page //
    2021-09-13
  • Checkmarx Landing page
    Landing page //
    2022-07-29

Dependency-Check features and specs

  • Open Source
    Dependency-Check is an open-source tool, which means it is freely accessible and can be modified and distributed by anyone under the terms of its license.
  • OWASP Backing
    Being a project under the OWASP umbrella, Dependency-Check benefits from a reputable organization dedicated to improving software security, ensuring quality and reliability.
  • Comprehensive Vulnerability Database
    It uses the National Vulnerability Database (NVD) and other sources to identify known vulnerabilities, providing a wide coverage of potential threats across dependencies.
  • Integration Capabilities
    Dependency-Check can be easily integrated with various CI/CD pipelines, IDEs, and build tools, enhancing its usability across different environments and workflows.
  • Multiple Formats Support
    It supports scanning dependencies from multiple formats like Maven, Gradle, and Jenkins, accommodating diverse project setups.

Possible disadvantages of Dependency-Check

  • False Positives
    Dependency-Check may sometimes report false positives, identifying vulnerabilities that may not directly impact the specific usage of a dependency in a project.
  • Performance Issues
    Scanning large projects with numerous dependencies can be time-consuming, potentially affecting build times or requiring significant computational resources.
  • Manual Verification Required
    Often, the identified vulnerabilities require manual verification to assess their applicability and impact, which can be time-consuming for developers.
  • Limited to Known Vulnerabilities
    Dependency-Check relies on known vulnerabilities, meaning it might not detect zero-day vulnerabilities or those not yet disclosed in public databases.
  • Configuration Complexity
    Setting up Dependency-Check for optimal performance and accuracy can be complex, potentially requiring significant configuration effort for custom environments.

Checkmarx features and specs

  • Comprehensive Coverage
    Checkmarx provides extensive support for multiple programming languages and frameworks, allowing for a broad range of applications to be scanned.
  • Integration Capabilities
    The platform integrates well with various DevOps tools and CI/CD pipelines, making it easier to incorporate security checks into the software development lifecycle.
  • Customization
    Offers highly customizable rule sets that can be tailored to specific security requirements and coding standards of the organization.
  • User-Friendly Interface
    Features an intuitive and easy-to-navigate user interface that allows users to efficiently manage and analyze security vulnerabilities.
  • Scalability
    Designed to scale efficiently, Checkmarx can handle large codebases and multiple projects concurrently without significant performance degradation.
  • Strong Reporting Capabilities
    Provides detailed and actionable reports that help developers and security teams quickly understand and address vulnerabilities.
  • Automation
    Supports automated scanning, which helps reduce manual efforts and accelerates the vulnerability detection process.

Possible disadvantages of Checkmarx

  • Cost
    Checkmarx can be expensive, especially for small to medium-sized organizations with limited budgets for security tools.
  • False Positives
    Although comprehensive, the platform sometimes generates false positives, which can lead to unnecessary work and distractions for development teams.
  • Learning Curve
    New users may face a steep learning curve due to the wide range of features and customization options available.
  • Performance Overhead
    In some cases, scanning large and complex codebases can be time-consuming and resource-intensive, potentially impacting development timelines.
  • Customer Support
    Some users have reported that customer support can be slow to respond and may not always provide satisfactory solutions to issues.
  • Initial Setup
    The initial setup process can be complex and time-consuming, requiring considerable effort to properly configure all settings and integrations.

Dependency-Check videos

No Dependency-Check videos yet. You could help us improve this page by suggesting one.

Add video

Checkmarx videos

Viewing results and understanding security issues via Checkmarx online scanner

More videos:

  • Demo - Checkmarx CxSAST Demonstration
  • Review - Meetups at Checkmarx: An Introduction to API Security
  • Review - Source code review with Checkmarx
  • Review - Checkmarx Results Review

Category Popularity

0-100% (relative to Dependency-Check and Checkmarx)
Security
100 100%
0% 0
Code Analysis
11 11%
89% 89
Web Application Security
15 15%
85% 85
Code Review
0 0%
100% 100

User comments

Share your experience with using Dependency-Check and Checkmarx. For example, how are they different and which one is better?
Log in or Post with

Reviews

These are some of the external sources and on-site user reviews we've used to compare Dependency-Check and Checkmarx

Dependency-Check Reviews

We have no reviews of Dependency-Check yet.
Be the first one to post

Checkmarx Reviews

The Top 11 Static Application Security Testing (SAST) Tools
Why We Picked Checkmarx SAST: We like Checkmarx SAST for its early detection of vulnerabilities, which enables faster and safer code development. Its AI-assisted prioritization of vulnerabilities according to severity and risk helps reduce false positives.
Top 11 SonarQube Alternatives in 2024
Checkmarx is a developer-centric security tool that specializes in secure coding practices and compliance. It helps developers identify and fix security vulnerabilities in their code, ensuring that their applications are secure and compliant with regulatory standards. Checkmarx offers a range of tools and features to help developers build secure applications, including...
Source: www.codeant.ai
The 5 Best SonarQube Alternatives in 2024
While SonarQube offers some security features, Checkmarx provides a more holistic approach to application security, covering a more comprehensive range of security aspects throughout the SDLC. Checkmarx One's consolidation of multiple AppSec tools into a single platform could simplify management and reduce the total cost of ownership compared to using SonarQube alongside...
Source: blog.codacy.com
Ten Best SonarQube alternatives in 2021
CheckMarx has been used to test the programs to rectify vulnerability in the code and try the security lapses. Checkmarx is the software program exposure Platform for the enterprise. It has an impressive Codebashing characteristic that has the threshold over SonarQube. The software tracking-reporting function is good too. The "delta-experiment" function is it's far genuinely...
Source: duecode.io

Social recommendations and mentions

Based on our record, Dependency-Check should be more popular than Checkmarx. It has been mentiond 17 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Dependency-Check mentions (17)

  • OWASP Dependency Check in Node js 🛡️
    OWASP Dependency Check is a tool that analyzes dependencies and checks for known issues. You can access it through the following link: Https://owasp.org/www-project-dependency-check. - Source: dev.to / 10 months ago
  • SQL Injection Isn't Dead Yet
    To detect these types of vulnerabilities, we should first and foremost know our dependencies and versions, and which of them have vulnerabilities. The OWASP Top 10 2021 identifies this need as A06:2021-Vulnerable and Outdated Components. OWASP has several tools for this, including Dependency Check and Dependency Track. These tools will warn about the use of components with vulnerabilities. - Source: dev.to / about 1 year ago
  • Build and Push to GAR and Deploy to GKE - End-to-End CI/CD Pipeline
    You can scan your code repositories using OWASP Dependency-Check within a Harness pipeline. Within the gar-build-and-push stage, click on + Add Step → Add Step before the BuildAndPushGAR step. From the step library, find Owasp under the Security Tests section. - Source: dev.to / over 1 year ago
  • How rapidly Spring is changing?
    Build tools, ie Maven, can provide information about available updates (ie mvn versions:display-dependency-updates) also it may be usefull to check your dependencies againts know voulnerabillities (ie Https://owasp.org/www-project-dependency-check/). Source: about 2 years ago
  • Deep dive into Amazon Inspector for AWS Lambda
    In this article we looked at the functionality on the Amazon Inspector for AWS Lambda functions, how the scanning functions can be activated. After that we looked into scan results and what information it provides to us to remediate the detected vulnerabilities. Of course there are other tools available in this area like OWASP Dependency-Check or Snyk which are mostly designed to be integrated in CI/CD process.... - Source: dev.to / over 2 years ago
View more

Checkmarx mentions (3)

  • Penetration Testing for API Security: Protecting Digital Gateways
    Tools like SonarQube, Checkmarx, or Snyk can automate parts of this process by scanning for known vulnerability patterns. While white box testing may not reflect real-world attack scenarios (as attackers rarely access source code), it provides the most thorough assessment of security posture. - Source: dev.to / 18 days ago
  • A Guide to DevSecOps with API Gateway
    Automate security testing: Use tools such as OWASP ZAP, SonarQube, or Checkmarx to automate security testing. This will help you identify security issues early in the development process and reduce the risk of vulnerabilities being introduced into your code. - Source: dev.to / about 2 years ago
  • 11 Top DevSecOps Tools
    Application Security (AppSec) is the forte of Checkmarx, which is an award-winning AppSec Testing tool that integrates security policies into the DevOps workflow and ensures security across the application lifecycle. Checkmarx scans all your code and provides actionable insights for critical vulnerabilities. Checkmarx also offers developer-friendly AppSec training that makes the transition to DevSecOps more... - Source: dev.to / over 3 years ago

What are some alternatives?

When comparing Dependency-Check and Checkmarx, you can also consider the following products

Snyk - Snyk helps you use open source and stay secure. Continuously find and fix vulnerabilities for npm, Maven, NuGet, RubyGems, PyPI and much more.

SonarQube - SonarQube, a core component of the Sonar solution, is an open source, self-managed tool that systematically helps developers and organizations deliver Clean Code.

Dependabot - Automated dependency updates for your Ruby, Python, JavaScript, PHP, .NET, Go, Elixir, Rust, Java and Elm.

Coverity Scan - Find and fix defects in your Java, C/C++ or C# open source project for free

Retire.js - Retire.js : What you require you must also retire

Veracode - Veracode's application security software products are simpler and more scalable to increase the resiliency of your application infrastructure.