All integrations

KrakenD Integration with DefectDojo

KrakenD is an open-source, stateless, high-performance API Gateway designed for microservices architectures that provides API aggregation, transformation, security, rate limiting, circuit breaking, and protocol conversion capabilities to simplify client interactions by consolidating multiple backend services into unified endpoints without requiring databases or persistent storage. The platform supports Backend for Frontend (BFF) patterns, handles REST, GraphQL, gRPC, WebSockets, and SOAP protocols, integrates declarative GitOps-based configuration management with CI/CD pipelines, and delivers exceptional performance with linear scalability to efficiently manage high-traffic workloads while reducing infrastructure costs and operational complexity.

Data Granularity: What Gets Imported

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