Precondition
Describe the bug
When running the mvn dependency-check:aggregate command within any repository, using version 12.2.0 or 12.2.1, I receive the following error:
org.owasp.dependencycheck.data.update.exception.UpdateException: Error updating the NVD Data
Version of dependency-check used
The problem occurs using version 12.2.0 and 12.2.1 of the maven plugin.
Log file
When reporting errors, 99% of the time log file output is required. Please post the log file as a gist and provide a link in the new issue.
https://gist.github.com/commadelimited/1a4dcd5f0c99463fb69f102344a69544
To Reproduce
Steps to reproduce the behavior:
- Visit a repository containing a pom.xml file which uses wither 12.2.0 or 12.2.1 of the maven dependency check plugin
- Run
mvn dependency-check:aggregate
- Receive error
Expected behavior
I expect this aggregate check to complete.
Additional context
I was able to run this command just a few hours prior and it finished successfully.
Another coworker on a separate machine, in a different state, is also experiencing the same behavior.
Precondition
Describe the bug
When running the
mvn dependency-check:aggregatecommand within any repository, using version 12.2.0 or 12.2.1, I receive the following error:Version of dependency-check used
The problem occurs using version 12.2.0 and 12.2.1 of the maven plugin.
Log file
When reporting errors, 99% of the time log file output is required. Please post the log file as a gist and provide a link in the new issue.
https://gist.github.com/commadelimited/1a4dcd5f0c99463fb69f102344a69544
To Reproduce
Steps to reproduce the behavior:
mvn dependency-check:aggregateExpected behavior
I expect this aggregate check to complete.
Additional context
I was able to run this command just a few hours prior and it finished successfully.
Another coworker on a separate machine, in a different state, is also experiencing the same behavior.