FIRSTdotorg/Vuln4Cast

Rewrite the NVD fetcher v4 so it only updates

Open

#10 opened on Jun 17, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Jupyter Notebook (5 forks)auto 404
good first issuewontfix

Repository metrics

Stars
 (50 stars)
PR merge metrics
 (PR metrics pending)

Description

The code currently fetches all CVEs from NVD api. However, when it is run a second time, it could be using the modified time to update the pandas data frame instead of fetching all and overwriting. This would make the code much more efficient and as the CVEs grow, this will begin to mater a lot.

Contributor guide