Commit 32127d6
committed
Fix incorrect default starting year in NVD importer
The function fetch_cve_data_1_1 used starting_year=2025 by default, but
NVD JSON CVE feeds are available starting from 2002. This caused older
CVE data (2002–2024) to be skipped when no starting year was provided.
This updates the default starting_year to 2002 so all available NVD CVE
data is fetched by default, matching documented behavior.
Fixes: #2079
Signed-off-by: Aditya Kumar Singh <[email protected]>
Signed-off-by: Aditya kumar singh <[email protected]>1 parent 4402d6e commit 32127d6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
0 commit comments