All integrations

Whispers Integration with DefectDojo

Whispers is an open-source static analysis tool developed by Skyscanner that parses structured text files including JSON, YAML, XML, and configuration files to detect hardcoded credentials such as passwords, API keys, AWS secrets, private keys, and authentication tokens by extracting and analyzing key-value pairs through pattern matching and validation checks. The tool integrates seamlessly into CI/CD pipelines through CLI interfaces and provides customizable detection rules with configurable severity levels to enable developers and security teams to identify and remediate exposed secrets in static structured text formats throughout the software development lifecycle.

Data Granularity: What Gets Imported

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