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:
| Field | Source | Notes |
|---|---|---|
| Title | Finding name from the scan | Matched to the tool's own naming |
| Severity | Critical / High / Medium / Low / Info | Mapped from the tool's own severity scale |
| Description | Finding detail from the report | Includes what the issue is and why it matters |
| Mitigation | Remediation guidance | Where 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"
}