-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
Precondition
- I checked the issues list for existing open or closed reports of the same problem.
Describe the bug
We have a periodical job on our CI servers to keep the DB up-to-date. We download all data through a caching proxy, so we are using the switch nvdDatafeed in both the CLI and Maven Version of DC. A couple of hours ago (between 10am and 12pm CET), dependency-check stopped updating because our proxy gave it a 404 for the file cache.properties. If I run the command with the direct NVD url, the same error occurs. If I run the command without the feed URL, everything works fine.
Version of dependency-check used
The problem occurs using version 12.1.9 of both the cli and maven plugin.
Log file
Log
To Reproduce
Steps to reproduce the behavior:
- Run DC with the
nvdDatafeed-parameter pointing to the NVD 2.0 feed
Expected behavior
I expect DC to be able to download & update the DB from the cached feed.
Additional context
I configured our proxy and DC a while back using hints from this issue comment