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:
| Field | Source | Notes |
|---|---|---|
| Title | Finding name from the scan | Matched to the tool's own naming |
| Severity | Critical / High / Medium / Low / Info | Mapped from the tool's own severity scale |
| Description | Finding detail from the report | Includes what the issue is and why it matters |
| Mitigation | Remediation guidance | Where 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"
}