DanCip commited on
Commit
858c3f0
·
verified ·
1 Parent(s): 7204621

Upload dataset

Browse files
Files changed (2) hide show
  1. README.md +172 -16
  2. data/train-00000-of-00001.parquet +2 -2
README.md CHANGED
@@ -1,40 +1,196 @@
1
  ---
2
  dataset_info:
3
  features:
4
- - name: id
5
  dtype: string
6
- - name: published
7
  dtype: string
8
- - name: tags
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  sequence: string
10
- - name: owner_repo
11
  sequence: string
12
  - name: type
13
  dtype: string
14
- - name: body
15
  dtype: string
16
- - name: title
17
  dtype: string
18
- - name: comments_url
19
  dtype: string
20
- - name: comments_count
21
  dtype: int64
22
- - name: created_at
23
  dtype: string
24
- - name: updated_at
25
  dtype: string
26
- - name: html_url
27
  dtype: string
28
- - name: github_id
 
 
29
  dtype: int64
30
- - name: number
 
 
31
  dtype: int64
32
  splits:
33
  - name: train
34
- num_bytes: 5306860
35
  num_examples: 1142
36
- download_size: 1462995
37
- dataset_size: 5306860
38
  configs:
39
  - config_name: default
40
  data_files:
 
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: string
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: cve_tags
161
  sequence: string
162
+ - name: issue_owner_repo
163
  sequence: string
164
  - name: type
165
  dtype: string
166
+ - name: issue_body
167
  dtype: string
168
+ - name: issue_title
169
  dtype: string
170
+ - name: issue_comments_url
171
  dtype: string
172
+ - name: issue_comments_count
173
  dtype: int64
174
+ - name: issue_created_at
175
  dtype: string
176
+ - name: issue_updated_at
177
  dtype: string
178
+ - name: issue_html_url
179
  dtype: string
180
+ - name: issue_github_id
181
+ dtype: int64
182
+ - name: issue_number
183
  dtype: int64
184
+ - name: issue_embedding
185
+ sequence: float64
186
+ - name: __index_level_0__
187
  dtype: int64
188
  splits:
189
  - name: train
190
+ num_bytes: 34478478
191
  num_examples: 1142
192
+ download_size: 21981372
193
+ dataset_size: 34478478
194
  configs:
195
  - config_name: default
196
  data_files:
data/train-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:016350f65c36fcbc3d2dcd1e5aae9493b047d325a3cd4a86a4a17f636d176c2c
3
- size 1462995
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a443bc2452d87da5a4684467d5aa72a883f934b2c0360958a0b38fae91c8effd
3
+ size 21981372