django-DefectDojo icon indicating copy to clipboard operation
django-DefectDojo copied to clipboard

DevSecOps, ASPM, Vulnerability Management. All on one platform.

Results 689 django-DefectDojo issues
Sort by recently updated
recently updated
newest added

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...

enhancement

**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...

bug

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...

settings_changes
docs
unittests
parser

Small adjustments to Priority fields in our docs. Adds additional screenshots and a youtube embed to the Priority page.

docs

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...

New Migration
apiv2
unittests
parser

> 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...

docs
unittests
ui

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...

ui

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...

docs
unittests
parser

## :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...

enhancement