-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdestroy_reasons.json
277 lines (277 loc) · 11.4 KB
/
destroy_reasons.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
[
{
"code": "std:reason:data-quality:accessibility:accessibility",
"name": "Data Quality - Accessibility",
"description": "The accessibility of the data is not good enough"
},
{
"code": "std:reason:data-quality:accessibility:access-security",
"name": "Data Quality - Access Security",
"description": "The accessibility of the data is not secure enough"
},
{
"code":
"std:reason:data-quality:representational:concise-representation",
"name": "Data Quality - Concise Representation",
"description": "The data is not concise in its representation"
},
{
"code":
"std:reason:data-quality:representational:representational-consistency",
"name": "Data Quality - Representational Consistency",
"description": "The data is not consistent in its representation"
},
{
"code":
"std:reason:data-quality:representational:ease-of-understanding",
"name": "Data Quality - Ease of Understanding",
"description": "The data is not easy enough to understand"
},
{
"code": "std:reason:data-quality:representational:interpretability",
"name": "Data Quality - Interpretability",
"description": "The interpretability of the data is not of high quality"
},
{
"code":
"std:reason:data-quality:contextual:appropriate-amount-of-data",
"name": "Data Quality - Appropriate Amount of Data",
"description": "The amount of data is not appropriate"
},
{
"code": "std:reason:data-quality:contextual:completeness",
"name": "Data Quality - Completeness",
"description": "The data is not complete."
},
{
"code": "std:reason:data-quality:contextual:timeliness",
"name": "Data Quality - Timeliness",
"description": "The data is not up to date"
},
{
"code": "std:reason:data-quality:contextual:relevancy",
"name": "Data Quality - Relevancy",
"description": "The data has no relevancy"
},
{
"code": "std:reason:data-quality:contextual:value-added",
"name": "Data Quality - Value-added",
"description": "The data offers no added value"
},
{
"code": "std:reason:data-quality:intrinsic:reputation",
"name": "Data Quality - Reputation",
"description": "The reputation of the data is questionable."
},
{
"code": "std:reason:data-quality:intrinsic:believability",
"name": "Data Quality - Believability",
"description": "The data is not believable enough"
},
{
"code": "std:reason:data-quality:intrinsic:objectivity",
"name": "Data Quality - Objectivity",
"description": "The data is not objective enough"
},
{
"code": "std:reason:data-quality:intrinsic:accuracy",
"name": "Data Quality - Accuracy",
"description": "The data is not accurate enough"
},
{
"code": "std:reason:organizational:principles:green-it",
"name": "Organizational - Principles - Green IT",
"description": "Keeping the data is ecologically questionable."
},
{
"code": "std:reason:organizational:principles:ethics",
"name": "Organizational - Principles - Ethics",
"description": "The ethics of the data are questionable"
},
{
"code": "std:reason:organizational:principles:moral",
"name": "Organizational - Principles - Moral",
"description": "The moral of the data is questionable"
},
{
"code": "std:reason:organizational:principles:fairness",
"name": "Organizational - Principles - Fairness",
"description": "The fairness of the data is questionable"
},
{
"code": "std:reason:organizational:economics:irrelevance",
"name": "Organizational - Economics - Irrelevance",
"description": "The data is irrelevant"
},
{
"code": "std:reason:organizational:economics:lack-of-value",
"name": "Organizational - Economics - Lack of Value",
"description": "The data has a lack of value"
},
{
"code": "std:reason:organizational:economics:save-costs",
"name": "Organizational - Economics - Save Costs",
"description": "The data cause high costs"
},
{
"code": "std:reason:organizational:economics:save-time",
"name": "Organizational - Economics - Save Time",
"description": "The data costs time"
},
{
"code": "std:reason:technical:environment-focused:free-storage-space",
"name": "Technical - Environment-focused - Free Storage Space",
"description": "The storage space of the data is needed"
},
{
"code": "std:reason:technical:environment-focused:improve-efficacy",
"name": "Technical - Environment-focused - Improve Efficacy",
"description": "Deleting the data improves efficacy"
},
{
"code": "std:reason:technical:environment-focused:improve-efficiency",
"name": "Technical - Environment-focused - Improve Efficiency",
"description": "Deleting the data improves efficiency"
},
{
"code": "std:reason:technical:data-focused:corrupted",
"name": "Technical - Data-focused - Corrupted",
"description": "The data is corrupted (e.g. missing bytes on transfere)"
},
{
"code": "std:reason:technical:data-focused:representation",
"name": "Technical - Data-focused - Representation",
"description": "The representation of the data is incorrect"
},
{
"code": "std:reason:technical:data-focused:invalid-data",
"name": "Technical - Data-focused - Invalid Data",
"description": "The data is invalid"
},
{
"code":
"std:reason:compliance:laws-contracts:crime-illegal:betrayal-of-secrets",
"name": "Compliance - Laws/Contracts - Crime/Illegal - Betrayal of Secrets",
"description": "The data violates the secrecy"
},
{
"code": "std:reason:compliance:laws-contracts:crime-illegal:copyright",
"name": "Compliance - Laws/Contracts - Crime/Illegal - Copyright",
"description": "The data violates the copyright"
},
{
"code": "std:reason:compliance:laws-contracts:data-protection:ccpa",
"name": "Compliance - Laws/Contracts - Data Protection - CCPA",
"description": "The data violates the California Consumer Privacy Act (CCPA)"
},
{
"code": "std:reason:compliance:laws-contracts:data-protection:dsgvo",
"name": "Compliance - Laws/Contracts - Data Protection - DSGVO",
"description": "The data violates the Datenschutz-Grundverordnung (DSGVO)"
},
{
"code": "std:reason:compliance:laws-contracts:data-protection:gdpr",
"name": "Compliance - Laws/Contracts - Data Protection - GDPR",
"description": "The data violates the General Data Protection Regulation (GDPR)"
},
{
"code": "std:reason:compliance:laws-contracts:nda",
"name": "Compliance - Laws/Contracts - NDA",
"description": "The data violates a Non-Disclosure Agreement (NDA)"
},
{
"code":
"std:reason:compliance:laws-contracts:expired-retention-period",
"name": "Compliance - Laws/Contracts - Expired Retention Period",
"description": "The data retention period has expired"
},
{
"code": "std:reason:compliance:laws-contracts:sla",
"name": "Compliance - Laws/Contracts - SLA",
"description": "The data violates the Service-Level-Agreement (SLA)"
},
{
"code": "std:reason:compliance:standards:external:nist",
"name": "Compliance - Standards - External - NIST",
"description": "The data does not comply with one or more NIST standards"
},
{
"code": "std:reason:compliance:standards:external:iso",
"name": "Compliance - Standards - External - ISO",
"description": "The data does not comply with one or more ISO standards"
},
{
"code": "std:reason:compliance:standards:external:din",
"name": "Compliance - Standards - External - DIN",
"description": "The data does not comply with one or more DIN standards"
},
{
"code": "std:reason:compliance:standards:internal:employee-guides",
"name": "Compliance - Standards - Internal - Employee Guides",
"description": "he data does not comply with the employee guidelines"
},
{
"code":
"std:reason:security:integrity-reliability:malicious-executable-data",
"name": "Security - Integrity/Reliability - Malicious Executable Data",
"description": "The data contains malicious executable content and can be dangerous"
},
{
"code": "std:reason:security:integrity-reliability:malicious-data",
"name": "Security - Integrity/Reliability - Malicious Data",
"description": "The data contains malicious content and can be dangerous"
},
{
"code": "std:reason:security:integrity-reliability:unintended-changes",
"name": "Security - Integrity/Reliability - Unintended Changes",
"description": "The data contains unintended changes"
},
{
"code":
"std:reason:security:integrity-reliability:social-engineering:scareware",
"name": "Security - Integrity/Reliability - Social Engineering - Scareware",
"description": "The data contains scareware and can be dangerous"
},
{
"code":
"std:reason:security:integrity-reliability:social-engineering:spam",
"name": "Security - Integrity/Reliability - Social Engineering - Spam",
"description": "The data contains spam and can be dangerous"
},
{
"code":
"std:reason:security:integrity-reliability:social-engineering:phishing",
"name": "Security - Integrity/Reliability - Social Engineering - Phishing",
"description": "The data contains phishing and can be dangerous"
},
{
"code": "std:reason:security:confidentiality:change-of-scope",
"name": "Security - Confidentiality - Change of Scope",
"description": "The data is no longer save due to a change of scope"
},
{
"code": "std:reason:security:confidentiality:clear-traces",
"name": "Security - Confidentiality - Clear Traces",
"description": "The data must be deleted to clear traces"
},
{
"code": "std:reason:security:confidentiality:storage-location",
"name": "Security - Confidentiality - Storage Location",
"description": "The data is no longer save in its storage location"
},
{
"code": "std:reason:security:confidentiality:missing-encryption",
"name": "Security - Confidentiality - Missing Encryption",
"description": "The data is missing an encryption"
},
{
"code": "std:reason:security:confidentiality:discard-sell-hardware",
"name": "Security - Confidentiality - Discard/Sell Hardware",
"description": "The data is located on hardware to be sold or discarded"
},
{
"code": "std:reason:custom",
"name": "Custom Reason",
"description": "A custom reason"
}
]