Invicti Integration with DefectDojo
Invicti (formerly Netsparker) is a proof-based application security platform that provides dynamic application security testing (DAST), interactive application security testing (IAST), software composition analysis (SCA), and application security posture management (ASPM) to identify, validate, and prioritize vulnerabilities across web applications, APIs, and services with 99.98% accuracy by automatically exploiting detected issues to confirm they are real and not false positives. The platform combines AI-powered automation with comprehensive scanning capabilities that support modern frameworks and technologies, integrating seamlessly into CI/CD pipelines and developer workflows to deliver actionable vulnerability reports with remediation guidance directly to development teams while enabling continuous security testing at scale throughout the software development lifecycle.
Data Granularity: What Gets Imported
The following fields are captured from Invicti 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": "Invicti",
"engagement": "<engagement-id>",
"file": "results.json"
}