Datasets:
TQRG
/

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
github-osv-patches / README.md
rufimelo's picture
Upload dataset
bc02568 verified
metadata
dataset_info:
  features:
    - name: ecosystem
      dtype: string
    - name: vuln_id
      dtype: string
    - name: summary
      dtype: string
    - name: details
      dtype: string
    - name: aliases
      dtype: string
    - name: modified_date
      dtype: string
    - name: published_date
      dtype: string
    - name: severity
      dtype: string
    - name: score
      dtype: float64
    - name: cwe_id
      dtype: string
    - name: refs
      dtype: string
    - name: introduced
      dtype: string
    - name: code_refs
      dtype: string
    - name: commits
      dtype: string
  splits:
    - name: train
      num_bytes: 11516104
      num_examples: 8326
  download_size: 5136965
  dataset_size: 11516104
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*

A Ground-Truth Dataset of Real Security Patches

This dataset provides a ground-truth collection of real-world security patches gathered from public GitHub repositories, cross-referenced with CVE records, and enriched with natural language artifacts and metadata. It is intended to support research in areas such as vulnerability detection, security patch understanding, commit classification, and software security best practices.

Citation

If you use this dataset, please cite:

@misc{reis2021groundtruthdatasetrealsecurity,
  title={A ground-truth dataset of real security patches}, 
  author={Sofia Reis and Rui Abreu},
  year={2021},
  eprint={2110.09635},
  archivePrefix={arXiv},
  primaryClass={cs.CR},
  url={https://arxiv.org/abs/2110.09635}, 
}