FIRSTdotorg/Vuln4Cast

Rewrite the NVD fetcher v4 so it only updates

Open

#10 aperta il 17 giu 2025

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Jupyter Notebook (5 fork)auto 404
good first issuewontfix

Metriche repository

Star
 (50 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor