django-DefectDojo
django-DefectDojo copied to clipboard
DevSecOps, ASPM, Vulnerability Management. All on one platform.
Description On the "External Tools: Universal Importer & DefectDojo-CLI (Pro)" docs page, universal importer code blocks still reference "defectdojo-cli". Those references were changed to "universal-importer." Changes were tested using hugo....
**Bug description** Bulk edit on tags (Findings, Engagements) does not remove the tags from the modified Objects. Edit on Object tags (removal) does not remove child objects Tags. For example,...
When creating or updating findings (or other entities that have a `tags` field), the `Finding.save()` method was called multiple times. Ultimately the `finding` was saved correctly, but this lead to...
When closing a linked Jira with comment added, the comment is not added to the Notes on Defect Dojo
**Bug description** Where a Jira issue is linked to a Defect Dojo finding, **when closing the linked Jira**, the accompanying comment does NOT appear on the _notes_ section of the...
Fixes [DefectDojo #12575](https://github.com/DefectDojo/django-DefectDojo/issues/12575) This PR is a pure-Python refactor that keeps every public API and template untouched while eliminating the two main performance bottlenecks reported in the issue: • Correlated...
**Description** This supports parsing Mayhem-generated SARIF reports. In general, the existing SARIF support _should_ work, however, there are some idiosyncrasies as Mayhem is a DAST tool, where the output fields...
Hi DefectDojo team, First of all, thank you for providing and maintaining such a great platform—DefectDojo has been invaluable to our security workflow. My name is Muhammed, and I work...
# Prowler Scan Parser for DefectDojo **Description** This PR adds support for importing security scan results from Prowler - a security assessment and compliance tool for AWS, Azure, GCP, and...
Hi defect dojo team. I'm using a script to import data reports to defectdojo via API. When I use this script, I have duplication on the findings. I've checked "deduplicate...
**Description** 1. Core Functionality: - Implemented a robust parsing system for different types of Wiz CLI scan results: - Library vulnerabilities - Secrets detection - OS package vulnerabilities - Infrastructure...