Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upstream DependencyCheck bug causes exceptions (fixed in DependencyCheck 7.4.4) #282

Closed
davidcheney-livongo opened this issue Jan 6, 2023 · 1 comment
Labels

Comments

@davidcheney-livongo
Copy link

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

@vvasianovych
Copy link

@davidcheney-livongo waiting for it so much

davidcheney-livongo added a commit to davidcheney-livongo/sbt-dependency-check that referenced this issue Jan 7, 2023
A bug in OWASP DependencyCheck <7.4.4 causes exceptions when loading
certain poorly formed CVE definitions.

see: jeremylong/DependencyCheck#5220

Update the DependencyCheck version to 7.4.4 which fixes this issue.
@albuch albuch closed this as completed Jan 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants