RedHat-security-VeX / README.md
huzaifas-sidhpurwala's picture
Upload dataset
3858742 verified
|
raw
history blame
3.8 kB
metadata
license: cc-by-4.0
task_categories:
  - feature-extraction
  - summarization
  - text-generation
pretty_name: Red Hat Security vulnerability data for Red Hat Products
dataset_info:
  features:
    - name: title
      dtype: string
    - name: release_date
      dtype: string
    - name: severity
      dtype: string
    - name: cve
      dtype: string
    - name: scores
      list:
        - name: cvss_v2
          struct:
            - name: accessComplexity
              dtype: string
            - name: accessVector
              dtype: string
            - name: authentication
              dtype: string
            - name: availabilityImpact
              dtype: string
            - name: baseScore
              dtype: float64
            - name: confidentialityImpact
              dtype: string
            - name: integrityImpact
              dtype: string
            - name: vectorString
              dtype: string
            - name: version
              dtype: string
        - name: cvss_v3
          struct:
            - name: attackComplexity
              dtype: string
            - name: attackVector
              dtype: string
            - name: availabilityImpact
              dtype: string
            - name: baseScore
              dtype: float64
            - name: baseSeverity
              dtype: string
            - name: confidentialityImpact
              dtype: string
            - name: integrityImpact
              dtype: string
            - name: privilegesRequired
              dtype: string
            - name: scope
              dtype: string
            - name: userInteraction
              dtype: string
            - name: vectorString
              dtype: string
            - name: version
              dtype: string
        - name: products
          sequence: string
    - name: cvss_v2
      dtype: string
    - name: vulnerability_details
      list:
        - name: product_status
          struct:
            - name: fixed
              sequence: string
            - name: known_affected
              sequence: string
            - name: known_not_affected
              sequence: string
            - name: under_investigation
              sequence: string
        - name: remediations
          list:
            - name: category
              dtype: string
            - name: date
              dtype: string
            - name: details
              dtype: string
        - name: threats
          list:
            - name: category
              dtype: string
            - name: date
              dtype: string
            - name: details
              dtype: string
  splits:
    - name: train
      num_bytes: 1470977708
      num_examples: 33765
  download_size: 256978826
  dataset_size: 1470977708
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*

Dataset Card for RedHat-security-VeX

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.

Data is extracted and uploaded using the following script: https://github.com/sidhpurwala-huzaifa/RedHat-security-vex-parser

  • Curated by: Huzaifa Sidhpurwala huzaifas@redhat.com
  • 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