Edison commited on
Commit
ad76e43
1 Parent(s): 68e12d8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +131 -0
README.md ADDED
@@ -0,0 +1,131 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: cve_id
5
+ dtype: string
6
+ - name: obtain_all_privilege
7
+ dtype: string
8
+ - name: obtain_user_privilege
9
+ dtype: string
10
+ - name: obtain_other_privilege
11
+ dtype: string
12
+ - name: user_interaction_required
13
+ dtype: string
14
+ - name: cvss2_vector_string
15
+ dtype: string
16
+ - name: cvss2_access_vector
17
+ dtype: string
18
+ - name: cvss2_access_complexity
19
+ dtype: string
20
+ - name: cvss2_authentication
21
+ dtype: string
22
+ - name: cvss2_confidentiality_impact
23
+ dtype: string
24
+ - name: cvss2_integrity_impact
25
+ dtype: string
26
+ - name: cvss2_availability_impact
27
+ dtype: string
28
+ - name: cvss2_base_score
29
+ dtype: string
30
+ - name: cvss3_vector_string
31
+ dtype: string
32
+ - name: cvss3_attack_vector
33
+ dtype: string
34
+ - name: cvss3_attack_complexity
35
+ dtype: string
36
+ - name: cvss3_privileges_required
37
+ dtype: string
38
+ - name: cvss3_user_interaction
39
+ dtype: string
40
+ - name: cvss3_scope
41
+ dtype: string
42
+ - name: cvss3_confidentiality_impact
43
+ dtype: string
44
+ - name: cvss3_integrity_impact
45
+ dtype: string
46
+ - name: cvss3_availability_impact
47
+ dtype: string
48
+ - name: cvss3_base_score
49
+ dtype: string
50
+ - name: cvss3_base_severity
51
+ dtype: string
52
+ - name: exploitability_score
53
+ dtype: string
54
+ - name: impact_score
55
+ dtype: string
56
+ - name: ac_insuf_info
57
+ dtype: string
58
+ - name: reference_json
59
+ dtype: string
60
+ - name: problemtype_json
61
+ dtype: string
62
+ - name: severity
63
+ dtype: string
64
+ - name: cve_nodes
65
+ dtype: string
66
+ - name: cve_description
67
+ dtype: string
68
+ - name: cve_last_modified_date
69
+ dtype: string
70
+ - name: cve_published_date
71
+ dtype: string
72
+ - name: cwe_name
73
+ dtype: string
74
+ - name: cwe_description
75
+ dtype: string
76
+ - name: cwe_extended_description
77
+ dtype: string
78
+ - name: cwe_url
79
+ dtype: string
80
+ - name: cwe_is_category
81
+ dtype: int64
82
+ - name: commit_author
83
+ dtype: string
84
+ - name: commit_author_date
85
+ dtype: string
86
+ - name: commit_msg
87
+ dtype: string
88
+ - name: commit_hash
89
+ dtype: string
90
+ - name: commit_is_merge
91
+ dtype: string
92
+ - name: repo_name
93
+ dtype: string
94
+ - name: repo_description
95
+ dtype: string
96
+ - name: repo_date_created
97
+ dtype: string
98
+ - name: repo_date_last_push
99
+ dtype: string
100
+ - name: repo_homepage
101
+ dtype: string
102
+ - name: repo_owner
103
+ dtype: string
104
+ - name: repo_stars
105
+ dtype: string
106
+ - name: repo_forks
107
+ dtype: string
108
+ - name: function_name
109
+ dtype: string
110
+ - name: function_signature
111
+ dtype: string
112
+ - name: function_parameters
113
+ dtype: string
114
+ - name: function
115
+ dtype: string
116
+ - name: function_token_count
117
+ dtype: string
118
+ - name: function_before_change
119
+ dtype: string
120
+ - name: labels
121
+ dtype: int64
122
+ splits:
123
+ - name: train
124
+ num_bytes: 178037384
125
+ num_examples: 19575
126
+ download_size: 16894864
127
+ dataset_size: 178037384
128
+ ---
129
+ # Dataset Card for "cvefixes_2022"
130
+
131
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)