Update README.md
Browse files
README.md
CHANGED
|
@@ -37,12 +37,11 @@ configs:
|
|
| 37 |
|
| 38 |
### Description
|
| 39 |
|
| 40 |
-
This dataset, CIRCL/vulnerability-cwe-patch, provides structured real-world vulnerabilities enriched with CWE identifiers and
|
| 41 |
|
| 42 |
-
The dataset is automatically extracted
|
| 43 |
-
Source Data
|
| 44 |
|
| 45 |
-
The dataset
|
| 46 |
|
| 47 |
|
| 48 |
### How to use with datasets
|
|
|
|
| 37 |
|
| 38 |
### Description
|
| 39 |
|
| 40 |
+
This dataset, CIRCL/vulnerability-cwe-patch, provides structured, real-world vulnerabilities enriched with CWE identifiers and corresponding patches from platforms like GitHub and GitLab. It is designed to support the development of tools for vulnerability classification, triage, and automated remediation. 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.
|
| 41 |
|
| 42 |
+
The dataset is automatically extracted via a pipeline that fetches vulnerability records from multiple sources, filters out entries without patches, and verifies the accessibility of patch links. Patches are then fetched, base64-encoded, and stored alongside commit messages for the training and evaluation of machine learning models.
|
|
|
|
| 43 |
|
| 44 |
+
The dataset consists of 39,260 vulnerabilities and **49,001 associated patches**. For training purposes, only patches corresponding to vulnerabilities annotated with at least one CWE are considered.
|
| 45 |
|
| 46 |
|
| 47 |
### How to use with datasets
|