From 98b0500c98562d01111f265df4ca679aedf7afaf Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Sun, 26 Jan 2014 07:03:17 -0500 Subject: [PATCH] reduced number of years of NVD CVE data are downloaded during integration tests Former-commit-id: 714594eb3c9c26c2ec8967b22ddfa1fafa876ed9 --- .../src/test/resources/dependencycheck.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependency-check-core/src/test/resources/dependencycheck.properties b/dependency-check-core/src/test/resources/dependencycheck.properties index ed81348df..f7a395ed4 100644 --- a/dependency-check-core/src/test/resources/dependencycheck.properties +++ b/dependency-check-core/src/test/resources/dependencycheck.properties @@ -43,7 +43,7 @@ cve.url.modified.validfordays=7 # the path to the modified nvd cve xml file. cve.url-1.2.modified=http://nvd.nist.gov/download/nvdcve-modified.xml cve.url-2.0.modified=http://static.nvd.nist.gov/feeds/xml/cve/nvdcve-2.0-modified.xml -cve.startyear=2013 +cve.startyear=2014 cve.url-2.0.base=http://static.nvd.nist.gov/feeds/xml/cve/nvdcve-2.0-%d.xml cve.url-1.2.base=http://nvd.nist.gov/download/nvdcve-%d.xml