albuch / sbt-dependency-check

SBT Plugin for OWASP DependencyCheck. Monitor your dependencies and report if there are any publicly known vulnerabilities (e.g. CVEs). :rainbow:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upstream DependencyCheck bug causes exceptions (fixed in DependencyCheck 7.4.4)

davidcheney-livongo opened this issue · comments

Describe the bug

CVE-2020-36569 was updated in the NIST database recently with a field which caused exceptions when ingesting into the local database. See jeremylong/DependencyCheck#5220 .

This has been fixed in DependencyCheck 7.4.4

Version of sbt-dependency-check used

The problem occurs using version 4.1.0 of the the plugin.

Log file

https://gist.github.com/davidcheney-livongo/c207f15f0d5931786cbea33578d0ef21

To Reproduce

Steps to reproduce the behavior:

  1. include sbt-dependency-check plugin
  2. run sbt dependencyCheck

Expected behavior

the dependencyCheck target should succeed or output a report of vulnerable dependencies

Additional context