Datasets:

Modalities:
Text
Formats:
parquet
cedricbonhomme commited on
Commit
630a5eb
·
verified ·
1 Parent(s): 1cfb6cf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
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 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.
41
 
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 39,260 vulnerabilities and **49,001 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
 
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