DEV Community

Anastasiia Ogneva
Anastasiia Ogneva

Posted on

DefectDojo and PVS-Studio: tracking errors and vulnerabilities

How to simplify the process of bug fixing and prevent vulnerable code from being released? Use error and vulnerability management tools. We will use PVS-Studio to search for errors, and DefectDojo will help us handling them. In this article, we are going to discuss how to use these tools together.

Image description

PVS‑Studio is a static code analyzer that finds errors and potential vulnerabilities in projects written in C, C++, C#, and Java.

DefectDojo is a DevSecOps system for tracking errors and vulnerabilities. It provides features for handling reports, including the ability to memorize false positives and delete duplicate warnings. DefectDojo can integrate with JIRA, saves metrics, and builds graphs of their changes.

With the new PVS-Studio report format for DefectDojo, you can take full advantage of the platform's features when handling analysis results and managing the error fixing process.

Setting up the PVS-Studio report in DefectDojo is quite simple. Read here how to do it!

Top comments (0)