cedricbonhomme commited on
Commit
a9903a2
·
verified ·
1 Parent(s): 5bd7fba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -38
README.md CHANGED
@@ -1,40 +1,26 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: id
5
- dtype: string
6
- - name: title
7
- dtype: string
8
- - name: description
9
- dtype: string
10
- - name: cpes
11
- list: 'null'
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