Eathus commited on
Commit
5175974
·
verified ·
1 Parent(s): 5f88e25

Upload dataset

Browse files
Files changed (2) hide show
  1. README.md +285 -0
  2. data/train-00000-of-00001.parquet +3 -0
README.md ADDED
@@ -0,0 +1,285 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: cve_id
5
+ dtype: string
6
+ - name: cve_published
7
+ dtype: string
8
+ - name: cve_descriptions
9
+ dtype: string
10
+ - name: cve_metrics
11
+ struct:
12
+ - name: cvssMetricV2
13
+ list:
14
+ - name: acInsufInfo
15
+ dtype: bool
16
+ - name: baseSeverity
17
+ dtype: string
18
+ - name: cvssData
19
+ struct:
20
+ - name: accessComplexity
21
+ dtype: string
22
+ - name: accessVector
23
+ dtype: string
24
+ - name: authentication
25
+ dtype: string
26
+ - name: availabilityImpact
27
+ dtype: string
28
+ - name: baseScore
29
+ dtype: float64
30
+ - name: confidentialityImpact
31
+ dtype: string
32
+ - name: integrityImpact
33
+ dtype: string
34
+ - name: vectorString
35
+ dtype: string
36
+ - name: version
37
+ dtype: string
38
+ - name: exploitabilityScore
39
+ dtype: float64
40
+ - name: impactScore
41
+ dtype: float64
42
+ - name: obtainAllPrivilege
43
+ dtype: bool
44
+ - name: obtainOtherPrivilege
45
+ dtype: bool
46
+ - name: obtainUserPrivilege
47
+ dtype: bool
48
+ - name: source
49
+ dtype: string
50
+ - name: type
51
+ dtype: string
52
+ - name: userInteractionRequired
53
+ dtype: bool
54
+ - name: cvssMetricV30
55
+ list:
56
+ - name: cvssData
57
+ struct:
58
+ - name: attackComplexity
59
+ dtype: string
60
+ - name: attackVector
61
+ dtype: string
62
+ - name: availabilityImpact
63
+ dtype: string
64
+ - name: baseScore
65
+ dtype: float64
66
+ - name: baseSeverity
67
+ dtype: string
68
+ - name: confidentialityImpact
69
+ dtype: string
70
+ - name: integrityImpact
71
+ dtype: string
72
+ - name: privilegesRequired
73
+ dtype: string
74
+ - name: scope
75
+ dtype: string
76
+ - name: userInteraction
77
+ dtype: string
78
+ - name: vectorString
79
+ dtype: string
80
+ - name: version
81
+ dtype: string
82
+ - name: exploitabilityScore
83
+ dtype: float64
84
+ - name: impactScore
85
+ dtype: float64
86
+ - name: source
87
+ dtype: string
88
+ - name: type
89
+ dtype: string
90
+ - name: cvssMetricV31
91
+ list:
92
+ - name: cvssData
93
+ struct:
94
+ - name: attackComplexity
95
+ dtype: string
96
+ - name: attackVector
97
+ dtype: string
98
+ - name: availabilityImpact
99
+ dtype: string
100
+ - name: baseScore
101
+ dtype: float64
102
+ - name: baseSeverity
103
+ dtype: string
104
+ - name: confidentialityImpact
105
+ dtype: string
106
+ - name: integrityImpact
107
+ dtype: string
108
+ - name: privilegesRequired
109
+ dtype: string
110
+ - name: scope
111
+ dtype: string
112
+ - name: userInteraction
113
+ dtype: string
114
+ - name: vectorString
115
+ dtype: string
116
+ - name: version
117
+ dtype: string
118
+ - name: exploitabilityScore
119
+ dtype: float64
120
+ - name: impactScore
121
+ dtype: float64
122
+ - name: source
123
+ dtype: string
124
+ - name: type
125
+ dtype: string
126
+ - name: cvssMetricV40
127
+ list:
128
+ - name: cvssData
129
+ struct:
130
+ - name: Automatable
131
+ dtype: string
132
+ - name: Recovery
133
+ dtype: string
134
+ - name: Safety
135
+ dtype: string
136
+ - name: attackComplexity
137
+ dtype: string
138
+ - name: attackRequirements
139
+ dtype: string
140
+ - name: attackVector
141
+ dtype: string
142
+ - name: availabilityRequirement
143
+ dtype: string
144
+ - name: baseScore
145
+ dtype: float64
146
+ - name: baseSeverity
147
+ dtype: string
148
+ - name: confidentialityRequirement
149
+ dtype: string
150
+ - name: exploitMaturity
151
+ dtype: string
152
+ - name: integrityRequirement
153
+ dtype: string
154
+ - name: modifiedAttackComplexity
155
+ dtype: string
156
+ - name: modifiedAttackRequirements
157
+ dtype: string
158
+ - name: modifiedAttackVector
159
+ dtype: string
160
+ - name: modifiedPrivilegesRequired
161
+ dtype: string
162
+ - name: modifiedSubAvailabilityImpact
163
+ dtype: string
164
+ - name: modifiedSubConfidentialityImpact
165
+ dtype: string
166
+ - name: modifiedSubIntegrityImpact
167
+ dtype: string
168
+ - name: modifiedUserInteraction
169
+ dtype: string
170
+ - name: modifiedVulnAvailabilityImpact
171
+ dtype: string
172
+ - name: modifiedVulnConfidentialityImpact
173
+ dtype: string
174
+ - name: modifiedVulnIntegrityImpact
175
+ dtype: string
176
+ - name: privilegesRequired
177
+ dtype: string
178
+ - name: providerUrgency
179
+ dtype: string
180
+ - name: subAvailabilityImpact
181
+ dtype: string
182
+ - name: subConfidentialityImpact
183
+ dtype: string
184
+ - name: subIntegrityImpact
185
+ dtype: string
186
+ - name: userInteraction
187
+ dtype: string
188
+ - name: valueDensity
189
+ dtype: string
190
+ - name: vectorString
191
+ dtype: string
192
+ - name: version
193
+ dtype: string
194
+ - name: vulnAvailabilityImpact
195
+ dtype: string
196
+ - name: vulnConfidentialityImpact
197
+ dtype: string
198
+ - name: vulnIntegrityImpact
199
+ dtype: string
200
+ - name: vulnerabilityResponseEffort
201
+ dtype: string
202
+ - name: source
203
+ dtype: string
204
+ - name: type
205
+ dtype: string
206
+ - name: cve_references
207
+ list:
208
+ - name: source
209
+ dtype: string
210
+ - name: tags
211
+ sequence: string
212
+ - name: url
213
+ dtype: string
214
+ - name: cve_configurations
215
+ list:
216
+ - name: nodes
217
+ list:
218
+ - name: cpeMatch
219
+ list:
220
+ - name: criteria
221
+ dtype: string
222
+ - name: matchCriteriaId
223
+ dtype: string
224
+ - name: versionEndExcluding
225
+ dtype: string
226
+ - name: versionEndIncluding
227
+ dtype: string
228
+ - name: versionStartExcluding
229
+ dtype: string
230
+ - name: versionStartIncluding
231
+ dtype: string
232
+ - name: vulnerable
233
+ dtype: bool
234
+ - name: negate
235
+ dtype: bool
236
+ - name: operator
237
+ dtype: string
238
+ - name: operator
239
+ dtype: string
240
+ - name: cve_primary_cwe
241
+ dtype: string
242
+ - name: cve_tags
243
+ sequence: string
244
+ - name: issue_owner_repo
245
+ sequence: string
246
+ - name: issue_body
247
+ dtype: string
248
+ - name: issue_title
249
+ dtype: string
250
+ - name: issue_comments_url
251
+ dtype: string
252
+ - name: issue_comments_count
253
+ dtype: int64
254
+ - name: issue_created_at
255
+ dtype: timestamp[ns]
256
+ - name: issue_updated_at
257
+ dtype: string
258
+ - name: issue_html_url
259
+ dtype: string
260
+ - name: issue_github_id
261
+ dtype: int64
262
+ - name: issue_number
263
+ dtype: int64
264
+ - name: label
265
+ dtype: bool
266
+ - name: issue_msg
267
+ dtype: string
268
+ - name: issue_msg_n_tokens
269
+ dtype: int64
270
+ - name: issue_embedding
271
+ sequence: float64
272
+ - name: __index_level_0__
273
+ dtype: int64
274
+ splits:
275
+ - name: train
276
+ num_bytes: 357646893
277
+ num_examples: 12643
278
+ download_size: 244548772
279
+ dataset_size: 357646893
280
+ configs:
281
+ - config_name: default
282
+ data_files:
283
+ - split: train
284
+ path: data/train-*
285
+ ---
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21924845f868b480e1247fd097555edd32f4e870cd431ad0a45d608663dfa961
3
+ size 244548772