diff --git a/src/main/resources/configuration/dependencycheck.properties b/src/main/resources/configuration/dependencycheck.properties index f8a5504df..615b9052f 100644 --- a/src/main/resources/configuration/dependencycheck.properties +++ b/src/main/resources/configuration/dependencycheck.properties @@ -22,7 +22,7 @@ cve.url-2.0.modified=http://static.nvd.nist.gov/feeds/xml/cve/nvdcve-2.0-modifie # holds 8 days of updates, we are using 7 just to be safe. cve.url.modified.validfordays=7 # the number of cve.urls -cve.url.count=11 +cve.url.count=12 # the paths to the various nvd cve files (schema version 2.0) cve.url-2.0.1=http://static.nvd.nist.gov/feeds/xml/cve/nvdcve-2.0-2002.xml cve.url-2.0.2=http://static.nvd.nist.gov/feeds/xml/cve/nvdcve-2.0-2003.xml @@ -35,6 +35,7 @@ cve.url-2.0.8=http://static.nvd.nist.gov/feeds/xml/cve/nvdcve-2.0-2009.xml cve.url-2.0.9=http://static.nvd.nist.gov/feeds/xml/cve/nvdcve-2.0-2010.xml cve.url-2.0.10=http://static.nvd.nist.gov/feeds/xml/cve/nvdcve-2.0-2011.xml cve.url-2.0.11=http://static.nvd.nist.gov/feeds/xml/cve/nvdcve-2.0-2012.xml +cve.url-2.0.12=http://static.nvd.nist.gov/feeds/xml/cve/nvdcve-2.0-2013.xml # the paths to the various nvd cve files (schema version 1.2). cve.url-1.2.modified=http://nvd.nist.gov/download/nvdcve-modified.xml @@ -48,4 +49,5 @@ cve.url-1.2.7=http://nvd.nist.gov/download/nvdcve-2008.xml cve.url-1.2.8=http://nvd.nist.gov/download/nvdcve-2009.xml cve.url-1.2.9=http://nvd.nist.gov/download/nvdcve-2010.xml cve.url-1.2.10=http://nvd.nist.gov/download/nvdcve-2011.xml -cve.url-1.2.11=http://nvd.nist.gov/download/nvdcve-2012.xml \ No newline at end of file +cve.url-1.2.11=http://nvd.nist.gov/download/nvdcve-2012.xml +cve.url-1.2.12=http://nvd.nist.gov/download/nvdcve-2013.xml \ No newline at end of file