Dependency Check
OWASP Dependency Check output can be imported in Xml format. This parser ingests the vulnerable dependencies and inherits the suppressions.
- Suppressed vulnerabilities are tagged with the tag:
suppressed. - Suppressed vulnerabilities are marked as mitigated.
- If the suppression is missing any
<notes>tag, it tags them asno_suppression_document.
Related dependencies
OWASP Dependency-Check’s DependencyBundlingAnalyzer merges co-grouped artifacts into a single main dependency and lists the others under <relatedDependencies> in the report. The vulnerability is attached only to the main dependency; the related entries are metadata pointing to other files in the same logical component.
The parser emits one finding per vulnerability per main dependency and surfaces the related file paths in the finding’s description under a **Related Filepaths:** block (rather than creating a separate finding per related entry, which produced N findings sharing the same title and CVE differing only in file path).
DC bundles dependencies under five scenarios:
- Identical content (
hashesMatch) — the same jar (matching sha1) found at multiple paths (e.g. packaged into multiple ear/war archives). - Shaded jar (
isShadedJar) — a.jarand apom.xmlextracted from inside it share the same CPE. - WebJar (
isWebJar) — a.jsfile extracted from a WebJar maps to the jar’s CPE viapkg:maven/org.webjars/<name>@<version>. - Same CPE + base path + vulnerabilities + filename match — sibling artifacts sharing a CPE (e.g.
spring-boot,spring-boot-actuator,spring-boot-starter-jdbcall map to thespring_bootCPE). - NPM same name + version — the same npm package discovered via different resolution paths (e.g.
package-lock.json+node_modules).
Sample Scan Data
Sample Dependency Check scans can be found here.
Default Deduplication Hashcode Fields
By default, DefectDojo identifies duplicate Findings using these hashcode fields:
- title
- cwe
- file path