nvd-clojure
nvd-clojure copied to clipboard
National Vulnerability Database dependency checker for Clojure projects
- Due to https://github.com/jeremylong/DependencyCheck/issues/6817 we need to uptake the mandatory upgrade to dependency-check-core 10.0.2 (or later) for the dependency check to work.
### Description The API call to download the security database will no longer work until we upgrade dependency-check-core to version 10.0.2 or later. For more details see: https://github.com/jeremylong/DependencyCheck/issues/6817. ### Version...
This allows setting fail-threshold to -1 which will result in a failure in case only vulnerabilities with a score of 0 were detected. This is a pretty common occurrence these...