misp-noticelist/lists/gdpr/list.json

29 lines
811 B
JSON
Raw Normal View History

{
"name": "gdpr",
"expanded-name": "General Data Protection Regulation",
"ref": [
"http://eur-lex.europa.eu/legal-content/en/TXT/?uri=CELEX:32016R0679"
],
"geographical_area": [
"EU"
],
"notice": [
{
2018-02-19 09:27:56 +01:00
"scope": ["attribute", "object"],
"field": ["category", "meta-category"],
"value": ["Person"],
"message": {
"en": "processed lawfully, fairly and in a transparent manner in relation to the data subject (lawfulness, fairness and transparency)."
}
},
{
2018-02-19 09:27:56 +01:00
"scope": ["attribute"],
"field": ["type"],
"value": ["passport-number"],
"message": {
"en": "adequate, relevant and limited to what is necessary in relation to the purposes for which they are processed (data minimisation);"
}
}
]
}