Datasets:

Modalities:
Text
Formats:
parquet
cedricbonhomme commited on
Commit
1b88058
·
verified ·
1 Parent(s): 217864d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -40,7 +40,7 @@ This dataset, CIRCL/vulnerability-cwe-patch, provides structured real-world vuln
40
  The dataset is automatically extracted using a robust 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.
41
  Source Data
42
 
43
- 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.
44
 
45
 
46
 
 
40
  The dataset is automatically extracted using a robust 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.
41
  Source Data
42
 
43
+ 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.
44
 
45
 
46