django-DefectDojo
django-DefectDojo copied to clipboard
DevSecOps, ASPM, Vulnerability Management. All on one platform.
Some scanners ship a lot of findings, especially scanners which detect vulnerabilities as an agent on enrolled machines. (e.g. Wazuh, MS Defender or Checkov over a shared infrastructure). These findings...
**Bug description** Wazuh 4.7.x had a API to export Vulnerability information in JSON format. Since Wazuh 4.8.x there is now API for Vulnerabilities. They use know a separate Index called...
Burp Entrprise got renamed to Burp Suite DAST. This PR covers this by adding a new `scan_type` to the existing parser. And renaming some files. This way we don't have...
Small adjustments to Priority fields in our docs. Adds additional screenshots and a youtube embed to the Priority page.
This PR is trying to fix "not the best" implementation of mapping between Engagements and RiskAcc. Until now, it was set as `ManyToManyField` in `Engagements`, and from `RiskAcc`, it was...
> Initially inspired by [#12575](https://github.com/DefectDojo/django-DefectDojo/issues/12575) --- #### ✨ Key Points * **Full rewrite of `view_engineer`** * replaces Python loops with SQL `COUNT` / `CASE` / `Subquery` * helper functions: `_age_buckets`,...
Fixes #12454 and [sc-11185] In Defect Dojo single JIRA issues are only pushed of they are "qualified" to be pushed to JIRA: - They must be `Active` - They must...
I made a mistake when making a commit in the previous PR so I decided to close it and create a clean one. If you find something wrong, please change...
Feature: ReversingLabs SpectraAssure rl-json parser for DefectDojo Documentation and unittests provded according to the plugin documentation This adds a new parser for the rl-json format produced by the SpectraAssure cli...
## :warning: Note on feature completeness :warning: We are narrowing the scope of acceptable enhancements to DefectDojo. Learn more here: https://github.com/DefectDojo/django-DefectDojo/blob/master/readme-docs/CONTRIBUTING.md **Is your feature request related to a problem? Please...