Datasets:
zefang-liu
commited on
Commit
•
b553824
1
Parent(s):
494ef63
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
3 |
+
task_categories:
|
4 |
+
- text-classification
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
size_categories:
|
8 |
+
- 100K<n<1M
|
9 |
---
|
10 |
+
# CVE and CWE Mapping Dataset
|
11 |
+
|
12 |
+
This Hugging Face dataset is a partial copy of the 'CVE and CWE mapping Dataset (2021)' from Kaggle, featuring 'Global_Dataset.csv' originally as 'Global_Dataset.xlsx'. Created by [Kirushikesh DB](https://www.kaggle.com/krooz0) and shared under [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/), it includes CVE data up to 2021 for cybersecurity research. For full details and licensing, visit the [original Kaggle page](https://www.kaggle.com/datasets/krooz0/cve-and-cwe-mapping-dataset).
|
13 |
+
|
14 |
+
For further information, please review the [CVE Terms of Use](https://www.cve.org/Legal/TermsOfUse) and the [NVD Terms of Use](https://nvd.nist.gov/developers/terms-of-use).
|