All integrations

Fortify Integration with DefectDojo

OpenText Fortify is a comprehensive application security platform that provides static application security testing (SAST), dynamic application security testing (DAST), software composition analysis (SCA), interactive application security testing (IAST), and mobile application security testing (MAST) capabilities to identify vulnerabilities across the entire software development lifecycle. The platform supports over 33 programming languages, 350+ frameworks, and 1,495+ vulnerability categories, integrating seamlessly into CI/CD pipelines and developer workflows to enable DevSecOps practices with AI-driven insights for vulnerability prioritization, automated remediation, and comprehensive compliance reporting aligned with PCI-DSS, HIPAA, NIST, and other regulatory standards.

Data Granularity: What Gets Imported

The following fields are captured from Fortify 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": "Fortify",
  "engagement": "<engagement-id>",
  "file": "results.json"
}