IriusRisk Integration with DefectDojo
IriusRisk is an automated threat modeling platform used to build architectural diagrams, identify threats, recommend countermeasures, and validate compliance against standards such as PCI DSS, NIST, and GDPR. It generates structured threat modeling data, including identified threats, weaknesses, and the status of associated countermeasures, for applications modeled within the platform.
Data Granularity: What Gets Imported
The following fields are captured from IriusRisk 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": "IriusRisk",
"engagement": "<engagement-id>",
"file": "results.json"
}