From 3995cd64dab46badc7c53883bfe67fa397934272 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Sun, 20 Oct 2013 21:28:00 -0400 Subject: [PATCH] updated to make tests go faster. Only downloading recent CVE data files Former-commit-id: 970c4b77eecbd265e1f966fd877b78f87a3d9f51 --- .../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 29ffb7212..57ffff8cb 100644 --- a/dependency-check-core/src/test/resources/dependencycheck.properties +++ b/dependency-check-core/src/test/resources/dependencycheck.properties @@ -26,7 +26,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=2002 +cve.startyear=2013 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 #cve.url-2.0.base=file:///C:/data/xml/nvdcve-2.0-%d.xml