Dunateo commited on
Commit
b4ecb5a
·
verified ·
1 Parent(s): 3c78eb5

Upload 2 files

Browse files

version 0.1 of the dataset, the data is sourced from the NVD (National Vulnerability Database) API for the descriptions, and only the first CWE (Common Weakness Enumeration) attributed to each entry has been considered.

data/VulnDesc_CWE_Mapping.csv ADDED
The diff for this file is too large to render. See raw diff
 
dataset_infos.yaml ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files: "VulnDesc_CWE_Mapping.csv"
5
+ sep: ";"
6
+ ---