Datasets:

Modalities:
Text
Formats:
parquet
Libraries:
Datasets
Dask
cedricbonhomme commited on
Commit
16cedaf
·
verified ·
1 Parent(s): de0b81c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 15,836 vulnerabilities and **18,435 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
 
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