All integrations

StackHawk Integration with DefectDojo

StackHawk is a modern dynamic application security testing (DAST) platform that integrates directly into CI/CD pipelines to test running applications and APIs for security vulnerabilities including authorization flaws, business logic issues, and data exposure by simulating real attack scenarios against pre-production environments. The developer-first platform provides API discovery to reveal shadow APIs and complete attack surfaces, AI-powered remediation guidance delivered directly in pull requests and developer workflows, and comprehensive vulnerability detection with correlation to SAST findings from tools like Snyk Code and GitHub CodeQL, enabling teams to find and fix critical security issues before production deployment at up to 70% lower cost than post-production remediation.

Data Granularity: What Gets Imported

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