rhvex-affects / README.md
vdanen's picture
Upload dataset
5b0ca2e verified
---
license: cc-by-4.0
task_categories:
- feature-extraction
- summarization
- text-generation
pretty_name: Red Hat Security vulnerability (affected) data for Red Hat Products
dataset_info:
features:
- name: cve
dtype: string
- name: product
dtype: string
- name: cpe
dtype: string
- name: purl
dtype: 'null'
- name: errata
dtype: string
- name: release_date
dtype: string
- name: state
dtype: string
- name: reason
dtype: string
- name: components
dtype: string
- name: __index_level_0__
dtype: int64
splits:
- name: train
num_bytes: 176075302
num_examples: 836548
download_size: 39260610
dataset_size: 176075302
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
# Dataset Card for rhvex-affects
This Dataset is extracted from publicly available Vulnerability Exploitability eXchange (VEX) files published by Red Hat.
## Dataset Details
Red Hat security data is a central source of truth for Red Hat products regarding published, known vulnerabilities.
This data is published in form of Vulnerability Exploitability eXchange (VEX) available at:
https://security.access.redhat.com/data/csaf/v2/vex/
This Dataset is created by extracting relevant information from this data and converting into a format,
which can be used by models for fine-tuning or any other methods of data augmentation like RAG.
While useful on its own, using it with the https://huggingface.co/datasets/vdanen/rhvex-cve dataset will allow you to
map CVE detailed information to the Red Hat affectedness of products information contained in this dataset.
Data is extracted and uploaded using the following script: https://github.com/vdanen/vex-db
- **Curated by:** Vincent Danen
- **License:** Creative Commons Attribution 4.0 International License
Terms of Use: This content is licensed under the Creative Commons Attribution 4.0 International License
(https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it,
you must provide attribution to Red Hat Inc. and provide a link to the original.
## References
- https://www.redhat.com/en/blog/future-red-hat-security-data
- https://www.redhat.com/en/blog/vulnerability-exploitability-exchange-vex-beta-files-now-available
- https://github.com/vdanen/vex-db
## Disclaimer
This is not an official Red Hat supported repository. Rather this Dataset is created as a personal effort
by Vincent Danen. Red Hat in no way is responsible for the correctness or the accuracy of this data. **It is
not meant to be used in any kind of production at this stage and structure/content may change without warning.**