Upload dataset
Browse files
README.md
CHANGED
|
@@ -9,25 +9,30 @@ dataset_info:
|
|
| 9 |
dtype: string
|
| 10 |
- name: patches
|
| 11 |
list:
|
| 12 |
-
- name:
|
| 13 |
dtype: string
|
| 14 |
- name: patch_text_b64
|
| 15 |
dtype: string
|
| 16 |
-
- name:
|
| 17 |
dtype: string
|
| 18 |
- name: cwe
|
| 19 |
dtype: string
|
| 20 |
splits:
|
| 21 |
- name: train
|
| 22 |
-
num_bytes:
|
| 23 |
-
num_examples:
|
| 24 |
-
|
| 25 |
-
|
|
|
|
|
|
|
|
|
|
| 26 |
configs:
|
| 27 |
- config_name: default
|
| 28 |
data_files:
|
| 29 |
- split: train
|
| 30 |
path: data/train-*
|
|
|
|
|
|
|
| 31 |
---
|
| 32 |
|
| 33 |
This dataset, CIRCL/vulnerability-cwe-patch, provides structured real-world vulnerabilities enriched with CWE identifiers and actual patches from platforms like GitHub and GitLab. It was built to support the development of tools for vulnerability classification, triage, and automated repair. Each entry includes metadata such as CVE/GHSA ID, a description, CWE categorization, and links to verified patch commits with associated diff content and commit messages.
|
|
|
|
| 9 |
dtype: string
|
| 10 |
- name: patches
|
| 11 |
list:
|
| 12 |
+
- name: commit_message
|
| 13 |
dtype: string
|
| 14 |
- name: patch_text_b64
|
| 15 |
dtype: string
|
| 16 |
+
- name: url
|
| 17 |
dtype: string
|
| 18 |
- name: cwe
|
| 19 |
dtype: string
|
| 20 |
splits:
|
| 21 |
- name: train
|
| 22 |
+
num_bytes: 51268344
|
| 23 |
+
num_examples: 1320
|
| 24 |
+
- name: test
|
| 25 |
+
num_bytes: 5709429
|
| 26 |
+
num_examples: 147
|
| 27 |
+
download_size: 33706437
|
| 28 |
+
dataset_size: 56977773
|
| 29 |
configs:
|
| 30 |
- config_name: default
|
| 31 |
data_files:
|
| 32 |
- split: train
|
| 33 |
path: data/train-*
|
| 34 |
+
- split: test
|
| 35 |
+
path: data/test-*
|
| 36 |
---
|
| 37 |
|
| 38 |
This dataset, CIRCL/vulnerability-cwe-patch, provides structured real-world vulnerabilities enriched with CWE identifiers and actual patches from platforms like GitHub and GitLab. It was built to support the development of tools for vulnerability classification, triage, and automated repair. Each entry includes metadata such as CVE/GHSA ID, a description, CWE categorization, and links to verified patch commits with associated diff content and commit messages.
|
data/{train-00000-of-00002.parquet → test-00000-of-00001.parquet}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6c7c71a49cdce1d04d2d62c77314d1ed1a824172f6bb6c7442958c74c18493d9
|
| 3 |
+
size 2499910
|
data/{train-00001-of-00002.parquet → train-00000-of-00001.parquet}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b8dc835595a57aaeeac501701b597f98f129d3026c304b578264b3c1ce3d0ad
|
| 3 |
+
size 31206527
|