Rewrite the NVD fetcher v4 so it only updates
Optimize the existing NVD data fetcher (NVDDataFetch-V1.ipynb) to only fetch and update new or modified CVEs instead of re-downloading the entire dataset each time. This involves leveraging the NVD API's modification timestamps to efficiently update the existing pandas DataFrame.