EddieChen372/python_vul_cvefix
收藏Hugging Face2022-12-15 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/EddieChen372/python_vul_cvefix
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: label
dtype:
class_label:
names:
'0': CWE-22
'1': CWE-79
'2': CWE-89
'3': CWE-352
'4': CWE-601
'5': CWE-94
- name: code_before
dtype: string
- name: code_after
dtype: string
- name: label_text
dtype: string
- name: deleted
struct:
- name: code
sequence: string
- name: line_no
sequence: int64
- name: added
struct:
- name: code
sequence: string
- name: line_no
sequence: int64
- name: normalized_code_before
dtype: string
- name: normalized_code_after
dtype: string
- name: before_doc_string_pos
sequence: int64
- name: after_doc_string_pos
sequence: int64
splits:
- name: train
num_bytes: 15101828.429268293
num_examples: 204
- name: test
num_bytes: 3822268.0
num_examples: 52
download_size: 6388923
dataset_size: 18924096.429268293
---
# Dataset Card for "python_vul_cvefix"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
提供机构:
EddieChen372
原始信息汇总
数据集概述
数据集名称
python_vul_cvefix
数据集特征
- label: 分类标签,包含以下类别:
- 0: CWE-22
- 1: CWE-79
- 2: CWE-89
- 3: CWE-352
- 4: CWE-601
- 5: CWE-94
- code_before: 数据类型为字符串
- code_after: 数据类型为字符串
- label_text: 数据类型为字符串
- deleted: 结构化数据,包含:
- code: 序列类型,数据类型为字符串
- line_no: 序列类型,数据类型为int64
- added: 结构化数据,包含:
- code: 序列类型,数据类型为字符串
- line_no: 序列类型,数据类型为int64
- normalized_code_before: 数据类型为字符串
- normalized_code_after: 数据类型为字符串
- before_doc_string_pos: 序列类型,数据类型为int64
- after_doc_string_pos: 序列类型,数据类型为int64
数据集分割
- train:
- 数据量: 15101828.429268293字节
- 样本数: 204
- test:
- 数据量: 3822268.0字节
- 样本数: 52
数据集大小
- 下载大小: 6388923字节
- 数据集总大小: 18924096.429268293字节



