support/scripts/cve.py: start in 1999
When the CVE lookup was added in commit
4a157be9ef
, the starting year of the JSON
files was set to 2002. However, there are also CVEs from 1999, 2000 and
2001. It is not clear why these were skipped back then.
Set the start year to 1999 to capture these old CVEs too.
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
22b6945552
commit
6b2d0b466c
@ -40,7 +40,7 @@ except ImportError:
|
||||
|
||||
sys.path.append('utils/')
|
||||
|
||||
NVD_START_YEAR = 2002
|
||||
NVD_START_YEAR = 1999
|
||||
NVD_BASE_URL = "https://github.com/fkie-cad/nvd-json-data-feeds/releases/latest/download"
|
||||
|
||||
ops = {
|
||||
|
Loading…
Reference in New Issue
Block a user