All integrations

Akamai Integration with DefectDojo

Akamai is a global leader in cybersecurity, content delivery network (CDN), and cloud computing solutions, enabling organizations to secure, deliver, and optimize web applications, APIs, and digital experiences at scale. Trusted by enterprises across every industry, Akamai provides advanced threat intelligence, DDoS mitigation, and edge security capabilities that help security teams identify and remediate vulnerabilities across their digital infrastructure.

 
 

Data Granularity: What Gets Imported

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