All integrations

Generic Findings Import Integration with DefectDojo

DefectDojo's Generic Findings Import is a flexible parser that allows users to import security findings from any tool or source using standardized CSV or JSON formats. It supports a wide range of attributes including severity levels, vulnerability identifiers (CWE, CVE), CVSS scores, mitigation details, and various status indicators, making it useful for integrating custom or unsupported security scanning tools into DefectDojo.

Data Granularity: What Gets Imported

The following fields are captured from Generic Findings Import results and surfaced in DefectDojo findings:

FieldSourceNotes
TitleFinding name from the scanMatched to the tool's own naming
SeverityCritical / High / Medium / Low / InfoMapped from the tool's own severity scale
DescriptionFinding detail from the reportIncludes what the issue is and why it matters
MitigationRemediation guidanceWhere the tool provides it

Importing Into DefectDojo

Use the DefectDojo import API to create a new Test under the relevant Engagement for your product. The request body:

{
  "scan_type": "Generic Findings Import",
  "engagement": "<engagement-id>",
  "file": "results.json"
}