NVD's CVEs aren't getting pulled correctly for CVE Comparison, it's using an outdated endpoint for grabbing all CVEs. We need to switch to NVIP's 2.0 API for proper comparison.
All CVEs in NVD should be in a separate table so that we don't have to send a bunch of requests to the API.
Already working on this, Crawler will pull NVD CVEs from the past month to update the table, then I'll have a separate script for filling all NVD CVEs into the table for init
NVD's CVEs aren't getting pulled correctly for CVE Comparison, it's using an outdated endpoint for grabbing all CVEs. We need to switch to NVIP's 2.0 API for proper comparison.
All CVEs in NVD should be in a separate table so that we don't have to send a bunch of requests to the API.