All integrations

MobSF Integration with DefectDojo

MobSF (Mobile Security Framework) is an open-source automated mobile application security testing platform that performs static analysis, dynamic analysis, malware analysis, and web API security testing for Android, iOS, and Windows mobile applications by analyzing APK, IPA, APPX binaries and source code to identify vulnerabilities, insecure code patterns, privacy issues, and compliance violations. The framework integrates seamlessly into DevSecOps and CI/CD pipelines through REST APIs and CLI tools to provide comprehensive security assessments with detailed vulnerability reports, runtime instrumented testing capabilities, network traffic analysis, and automated penetration testing features that enable development teams and security researchers to detect and remediate mobile security risks throughout the application lifecycle.

Data Granularity: What Gets Imported

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