All integrations

JFrog Integration with DefectDojo

JFrog Xray is a universal software composition analysis (SCA) solution that performs deep, recursive security scanning of software artifacts, container images, build packages, and open source dependencies to identify vulnerabilities, license compliance violations, and quality issues across over 25 package types throughout the software development lifecycle. The platform integrates seamlessly with JFrog Artifactory and major developer tools including IDEs, CI/CD pipelines, and container registries to provide continuous security monitoring, automated policy enforcement, contextual remediation guidance, and SBOM generation capabilities that enable organizations to proactively address security risks from source to production while maintaining compliance with regulatory standards.

Data Granularity: What Gets Imported

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