CoolFace
Datasetpublic

Shrutz72/cvefixes

CVEfixes Security Vulnerabilities Dataset Security vulnerability data from CVEfixes v1.0.8 with 12,987 vulnerability fix records across 11,726 unique CVEs and 4,205 repositories. Contains CVE metadata (descriptions, CVSS scores, CWE classifications), git commit data, and code diffs showing vulnerable vs fixed code. Usage from datasets import load_dataset dataset = load_dataset("hitoshura25/cvefixes") Citation If you use this dataset, please cite… See the full description on the dataset page: https://huggingface.co/datasets/Shrutz72/cvefixes.

sourceHugging Faceapache-2.0updated 7mo agoView on Hugging Face
0likes71downloads
Dataset Card

CVEfixes Security Vulnerabilities Dataset

Security vulnerability data from CVEfixes v1.0.8 with 12,987 vulnerability fix records across 11,726 unique CVEs and 4,205 repositories.

Contains CVE metadata (descriptions, CVSS scores, CWE classifications), git commit data, and code diffs showing vulnerable vs fixed code.

Usage

python
from datasets import load_dataset

dataset = load_dataset("hitoshura25/cvefixes")

Citation

If you use this dataset, please cite the original CVEfixes paper:

bibtex
@inproceedings{bhandari2021cvefixes,
  title={CVEfixes: Automated Collection of Vulnerabilities and Their Fixes from Open-Source Software},
  author={Bhandari, Guru and Naseer, Amara and Moonen, Leon},
  booktitle={Proceedings of the 17th International Conference on Predictive Models and Data Analytics in Software Engineering},
  pages={30--39},
  year={2021}
}

License

Apache License 2.0 - Derived from CVEfixes