FIRSTdotorg/Vuln4Cast

Rewrite the NVD fetcher v4 so it only updates

Open

#10 opened on 2025年6月17日

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)

説明

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.

コントリビューターガイド