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