cvefixes / README.md
Shrutz72's picture
Duplicate from hitoshura25/cvefixes
1665a7c
metadata
license: apache-2.0
task_categories:
  - text-generation
language:
  - code
size_categories:
  - 10K<n<100K

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 the original CVEfixes paper:

@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