All integrations

Cobalt.io Integration with DefectDojo

Cobalt.io is a Penetration Testing as a Service (PtaaS) platform that provides on-demand access to a vetted community of expert security researchers to conduct penetration tests, secure code reviews, digital risk assessments, and other offensive security services across web applications, mobile applications, APIs, networks, and cloud infrastructure. The platform combines real-time collaboration tools, workflow automation, and comprehensive reporting capabilities to enable organizations to identify, prioritize, and remediate security vulnerabilities faster than traditional pentesting approaches, with the ability to launch tests in as little as 24 hours.

Data Granularity: What Gets Imported

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