mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-28 03:51:33 +01:00
Update NVD CVE timestamp checking
Former-commit-id: 5764a3ce90b6963d4476f581b712bc9df0c1a7cb
This commit is contained in:
@@ -7,12 +7,15 @@ cpe=data/cpe
|
||||
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
|
||||
|
||||
|
||||
# the path to the lucene index to store the nvd cve data
|
||||
cve=data/cve
|
||||
# the path to the nvd cve "meta" page where the timestamps for the last update files can be found.
|
||||
cve.url.meta=http://nvd.nist.gov/download.cfm
|
||||
#cve.url.meta=http://nvd.nist.gov/download.cfm
|
||||
|
||||
# the path to the modified nvd cve xml file.
|
||||
cve.url.modified=http://static.nvd.nist.gov/feeds/xml/cve/nvdcve-2.0-modified.xml
|
||||
cve.url-2.0.modified=http://static.nvd.nist.gov/feeds/xml/cve/nvdcve-2.0-modified.xml
|
||||
|
||||
# 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
|
||||
@@ -20,15 +23,29 @@ cve.url.modified=http://static.nvd.nist.gov/feeds/xml/cve/nvdcve-2.0-modified.xm
|
||||
cve.url.modified.validfordays=7
|
||||
# the number of cve.urls
|
||||
cve.url.count=11
|
||||
# the paths to the various nvd cve files.
|
||||
cve.url.1=http://static.nvd.nist.gov/feeds/xml/cve/nvdcve-2.0-2002.xml
|
||||
cve.url.2=http://static.nvd.nist.gov/feeds/xml/cve/nvdcve-2.0-2003.xml
|
||||
cve.url.3=http://static.nvd.nist.gov/feeds/xml/cve/nvdcve-2.0-2004.xml
|
||||
cve.url.4=http://static.nvd.nist.gov/feeds/xml/cve/nvdcve-2.0-2005.xml
|
||||
cve.url.5=http://static.nvd.nist.gov/feeds/xml/cve/nvdcve-2.0-2006.xml
|
||||
cve.url.6=http://static.nvd.nist.gov/feeds/xml/cve/nvdcve-2.0-2007.xml
|
||||
cve.url.7=http://static.nvd.nist.gov/feeds/xml/cve/nvdcve-2.0-2008.xml
|
||||
cve.url.8=http://static.nvd.nist.gov/feeds/xml/cve/nvdcve-2.0-2009.xml
|
||||
cve.url.9=http://static.nvd.nist.gov/feeds/xml/cve/nvdcve-2.0-2010.xml
|
||||
cve.url.10=http://static.nvd.nist.gov/feeds/xml/cve/nvdcve-2.0-2011.xml
|
||||
cve.url.11=http://static.nvd.nist.gov/feeds/xml/cve/nvdcve-2.0-2012.xml
|
||||
# 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
|
||||
cve.url-2.0.3=http://static.nvd.nist.gov/feeds/xml/cve/nvdcve-2.0-2004.xml
|
||||
cve.url-2.0.4=http://static.nvd.nist.gov/feeds/xml/cve/nvdcve-2.0-2005.xml
|
||||
cve.url-2.0.5=http://static.nvd.nist.gov/feeds/xml/cve/nvdcve-2.0-2006.xml
|
||||
cve.url-2.0.6=http://static.nvd.nist.gov/feeds/xml/cve/nvdcve-2.0-2007.xml
|
||||
cve.url-2.0.7=http://static.nvd.nist.gov/feeds/xml/cve/nvdcve-2.0-2008.xml
|
||||
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
|
||||
|
||||
# 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
|
||||
cve.url-1.2.1=http://nvd.nist.gov/download/nvdcve-2002.xml
|
||||
cve.url-1.2.2=http://nvd.nist.gov/download/nvdcve-2003.xml
|
||||
cve.url-1.2.3=http://nvd.nist.gov/download/nvdcve-2004.xml
|
||||
cve.url-1.2.4=http://nvd.nist.gov/download/nvdcve-2005.xml
|
||||
cve.url-1.2.5=http://nvd.nist.gov/download/nvdcve-2006.xml
|
||||
cve.url-1.2.6=http://nvd.nist.gov/download/nvdcve-2007.xml
|
||||
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
|
||||
Reference in New Issue
Block a user