All integrations

AppCheck Integration with DefectDojo

AppCheck is an automated application security testing platform that performs comprehensive vulnerability scanning across web applications, APIs, and network infrastructure to identify security weaknesses and compliance issues. The tool provides continuous security assessment capabilities including dynamic application security testing (DAST), network scanning, and SSL/TLS analysis to detect vulnerabilities such as injection flaws, authentication issues, and misconfigurations throughout the development and deployment lifecycle.

Data Granularity: What Gets Imported

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