🔗 Result from scraping https://www.cvedetails.com/ data:
All the datasets provided here are the result of running the scripts available at ../../tools/cve-details/ (in case you want to replicate it).
all-cve-details-patches.csvintegrates all the CVEs data that contain commits logded intobitbucket,gitlab,githuborgit.github-cve-details-patches.csvintegrates all the CVEs data that contain commits logded intogithub. The bash script../../tools/cve-details/filter_data_by_source.shcan be used to generate the same file for other source code hosting websites such asbitbucketandgitlab.
In the previous datasets we only consider the CVEs that include references to source code hosting websites. But the entire CVE Details database is available in a .csv file through the following command:
gdown https://drive.google.com/uc\?id\=1qGrndhvMBbY15t9VUK7XTyb1UIhHu3mYThe year/ folder provides the raw data that resulted from scraping the CVE-Details per year. Therefore, merging all the .csv files in year/ will retrieve the same results as the previous command; check ../../tools/cve-details/generate_data.sh to see how.