Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,40 +1,26 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
- name: cvss_v4_0
|
| 13 |
-
dtype: 'null'
|
| 14 |
-
- name: cvss_v3_1
|
| 15 |
-
dtype: 'null'
|
| 16 |
-
- name: cvss_v3_0
|
| 17 |
-
dtype: 'null'
|
| 18 |
-
- name: cvss_v2_0
|
| 19 |
-
dtype: float64
|
| 20 |
-
- name: cve_id
|
| 21 |
-
dtype: string
|
| 22 |
-
- name: source
|
| 23 |
-
dtype: string
|
| 24 |
-
splits:
|
| 25 |
-
- name: train
|
| 26 |
-
num_bytes: 63743447
|
| 27 |
-
num_examples: 74664
|
| 28 |
-
- name: test
|
| 29 |
-
num_bytes: 7082605
|
| 30 |
-
num_examples: 8296
|
| 31 |
-
download_size: 19395413
|
| 32 |
-
dataset_size: 70826052
|
| 33 |
-
configs:
|
| 34 |
-
- config_name: default
|
| 35 |
-
data_files:
|
| 36 |
-
- split: train
|
| 37 |
-
path: data/train-*
|
| 38 |
-
- split: test
|
| 39 |
-
path: data/test-*
|
| 40 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- ru
|
| 4 |
+
license: gpl-3.0
|
| 5 |
+
tags:
|
| 6 |
+
- vulnerability
|
| 7 |
+
- cybersecurity
|
| 8 |
+
- fstec
|
| 9 |
+
- severity-classification
|
| 10 |
+
size_categories:
|
| 11 |
+
- 100K-1M
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
+
|
| 14 |
+
# Vulnerability-CNVD
|
| 15 |
+
|
| 16 |
+
Vulnerability descriptions and severity labels from the [FSTEC](https://vulnerability.circl.lu/recent#fstec), extracted via [Vulnerability-Lookup](https://vulnerability.circl.lu).
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
## Source
|
| 20 |
+
|
| 21 |
+
- **Data source**: [Vulnerability-Lookup](https://vulnerability.circl.lu) API
|
| 22 |
+
- **Extraction tool**: [VulnTrain](https://github.com/vulnerability-lookup/VulnTrain)
|
| 23 |
+
|
| 24 |
+
## Related models
|
| 25 |
+
|
| 26 |
+
- [CIRCL/vulnerability-severity-classification-russian-ruRoberta-large](https://huggingface.co/CIRCL/vulnerability-severity-classification-russian-ruRoberta-large) — severity classifier trained on this dataset
|