DanCip commited on
Commit
049ab74
1 Parent(s): e97e2da

Upload dataset

Browse files
Files changed (2) hide show
  1. README.md +207 -0
  2. data/train-00000-of-00001.parquet +3 -0
README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: cve_references
127
+ list:
128
+ - name: source
129
+ dtype: string
130
+ - name: tags
131
+ sequence: string
132
+ - name: url
133
+ dtype: string
134
+ - name: cve_configurations
135
+ list:
136
+ - name: nodes
137
+ list:
138
+ - name: cpeMatch
139
+ list:
140
+ - name: criteria
141
+ dtype: string
142
+ - name: matchCriteriaId
143
+ dtype: string
144
+ - name: versionEndExcluding
145
+ dtype: string
146
+ - name: versionEndIncluding
147
+ dtype: string
148
+ - name: versionStartExcluding
149
+ dtype: 'null'
150
+ - name: versionStartIncluding
151
+ dtype: string
152
+ - name: vulnerable
153
+ dtype: bool
154
+ - name: negate
155
+ dtype: bool
156
+ - name: operator
157
+ dtype: string
158
+ - name: operator
159
+ dtype: string
160
+ - name: url
161
+ dtype: string
162
+ - name: cve_tags
163
+ sequence: string
164
+ - name: domain
165
+ dtype: string
166
+ - name: issue_owner_repo
167
+ sequence: string
168
+ - name: issue_body
169
+ dtype: string
170
+ - name: issue_title
171
+ dtype: string
172
+ - name: issue_comments_url
173
+ dtype: string
174
+ - name: issue_comments_count
175
+ dtype: int64
176
+ - name: issue_created_at
177
+ dtype: timestamp[ns]
178
+ - name: issue_updated_at
179
+ dtype: string
180
+ - name: issue_html_url
181
+ dtype: string
182
+ - name: issue_github_id
183
+ dtype: int64
184
+ - name: issue_number
185
+ dtype: int64
186
+ - name: label
187
+ dtype: bool
188
+ - name: issue_msg
189
+ dtype: string
190
+ - name: issue_msg_n_tokens
191
+ dtype: int64
192
+ - name: issue_embedding
193
+ sequence: float64
194
+ - name: __index_level_0__
195
+ dtype: int64
196
+ splits:
197
+ - name: train
198
+ num_bytes: 316356936
199
+ num_examples: 11202
200
+ download_size: 219721786
201
+ dataset_size: 316356936
202
+ configs:
203
+ - config_name: default
204
+ data_files:
205
+ - split: train
206
+ path: data/train-*
207
+ ---
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:358f9914f5c75700499135539762f3ed0928f40765e446c143bdce43ae1e8486
3
+ size 219721786