All integrations

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:

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": "Invicti",
  "engagement": "<engagement-id>",
  "file": "results.json"
}