From 2d92c9d240c8833129f374498075995ceb8a472c Mon Sep 17 00:00:00 2001 From: Dale Visser Date: Tue, 14 Jul 2015 18:00:45 -0400 Subject: [PATCH] Commented out first instance of cpe.url, and moved 2nd instance up. Assumption: the 2nd value was being used. Former-commit-id: 2cae0ca086b2fb666d883dc1a3fbcb174465aa2b --- .../src/test/resources/dependencycheck.properties | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dependency-check-core/src/test/resources/dependencycheck.properties b/dependency-check-core/src/test/resources/dependencycheck.properties index 84c3597be..bac90d541 100644 --- a/dependency-check-core/src/test/resources/dependencycheck.properties +++ b/dependency-check-core/src/test/resources/dependencycheck.properties @@ -40,7 +40,8 @@ data.driver_name=org.h2.Driver data.driver_path= # the path to the cpe xml file -cpe.url=http://static.nvd.nist.gov/feeds/xml/cpe/dictionary/official-cpe-dictionary_v2.2.xml.gz +#cpe.url=http://static.nvd.nist.gov/feeds/xml/cpe/dictionary/official-cpe-dictionary_v2.2.xml.gz +cpe.url=http://static.nvd.nist.gov/feeds/xml/cpe/dictionary/official-cpe-dictionary_v2.3.xml.gz # the path to the cpe meta data file. cpe.meta.url=http://static.nvd.nist.gov/feeds/xml/cpe/dictionary/official-cpe-dictionary_v2.2.meta @@ -61,8 +62,6 @@ cve.url-2.0.base=https://nvd.nist.gov/feeds/xml/cve/nvdcve-2.0-%d.xml.gz #cve.url-2.0.base=http://static.nvd.nist.gov/feeds/xml/cve/nvdcve-2.0-%d.xml cpe.validfordays=30 -cpe.url=http://static.nvd.nist.gov/feeds/xml/cpe/dictionary/official-cpe-dictionary_v2.3.xml.gz - # the URL for searching Nexus for SHA-1 hashes and whether it's enabled analyzer.nexus.enabled=true