Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -18,4 +18,8 @@ configs:
|
|
| 18 |
data_files:
|
| 19 |
- split: CWE_1000
|
| 20 |
path: data/CWE_1000-*
|
|
|
|
|
|
|
|
|
|
| 21 |
---
|
|
|
|
|
|
| 18 |
data_files:
|
| 19 |
- split: CWE_1000
|
| 20 |
path: data/CWE_1000-*
|
| 21 |
+
license: apache-2.0
|
| 22 |
+
tags:
|
| 23 |
+
- vulnerability_detection
|
| 24 |
---
|
| 25 |
+
This dataset provides the direct hierarchical (parent-child) relationships for all CWEs in the CWE-1000 Research view, designed to support prediction-level CWE matching.
|