From 2c1f2ae589934954b5ea82179d3350d92a34f93a Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Fri, 14 Feb 2014 08:02:50 -0500 Subject: [PATCH] commented out unused properties Former-commit-id: fbe2c12b8bcaa191284561906a1685493be6f563 --- .../src/main/resources/dependencycheck.properties | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dependency-check-core/src/main/resources/dependencycheck.properties b/dependency-check-core/src/main/resources/dependencycheck.properties index be395f01a..bf221f15e 100644 --- a/dependency-check-core/src/main/resources/dependencycheck.properties +++ b/dependency-check-core/src/main/resources/dependencycheck.properties @@ -30,10 +30,11 @@ data.password=DC-Pass1337! data.driver_name=org.h2.Driver data.driver_path= +# The CPE URLs are no longer used as the serialized data is deployed with the JAR. # 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 # 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 +#cpe.meta.url=http://static.nvd.nist.gov/feeds/xml/cpe/dictionary/official-cpe-dictionary_v2.2.meta # the number of days that the modified nvd cve data holds data for. We don't need # to update the other files if we are within this timespan. Per NIST this file