Update README.md
Browse files
README.md
CHANGED
|
@@ -42,7 +42,7 @@ This dataset, CIRCL/vulnerability-cwe-patch, provides structured real-world vuln
|
|
| 42 |
The dataset is automatically extracted using a pipeline that fetches vulnerability records from several sources, filters out entries without patches, and verifies patch links for accessibility. Extracted patches are fetched, encoded in base64, and stored alongside commit messages for training and evaluation of ML models.
|
| 43 |
Source Data
|
| 44 |
|
| 45 |
-
The dataset comprises
|
| 46 |
|
| 47 |
|
| 48 |
### How to use with datasets
|
|
|
|
| 42 |
The dataset is automatically extracted using a pipeline that fetches vulnerability records from several sources, filters out entries without patches, and verifies patch links for accessibility. Extracted patches are fetched, encoded in base64, and stored alongside commit messages for training and evaluation of ML models.
|
| 43 |
Source Data
|
| 44 |
|
| 45 |
+
The dataset comprises 16,123 vulnerabilities and **18,810 associated patches**. For training, we consider only those patches corresponding to vulnerabilities annotated with at least one CWE.
|
| 46 |
|
| 47 |
|
| 48 |
### How to use with datasets
|