From 44893a2a2c32250ea7d815f323196a46e1a19316 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Sat, 4 Jul 2015 06:40:39 -0400 Subject: [PATCH] added CPE entries to patch issue #149 Former-commit-id: 472d5456e6a8a9d569908ce8da4f64d05afa96c7 --- .../src/test/resources/dependencycheck.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dependency-check-core/src/test/resources/dependencycheck.properties b/dependency-check-core/src/test/resources/dependencycheck.properties index a0a7c8aad..15f1ce0a8 100644 --- a/dependency-check-core/src/test/resources/dependencycheck.properties +++ b/dependency-check-core/src/test/resources/dependencycheck.properties @@ -60,6 +60,9 @@ cve.url-1.2.base=https://nvd.nist.gov/download/nvdcve-%d.xml.gz 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