| Literature DB >> 31658736 |
Abstract
The EU's General Data Protection Regulation (GDPR) has recently come into effect and insofar as Internet of Things (IoT) applications touch EU citizens or their data, developers are obliged to exercise due diligence and ensure they undertake Data Protection by Design and Default (DPbD). GDPR mandates the use of Data Protection Impact Assessments (DPIAs) as a key heuristic enabling DPbD. However, research has shown that developers generally lack the competence needed to deal effectively with legal aspects of privacy management and that the difficulties of complying with regulation are likely to grow considerably. Privacy engineering seeks to shift the focus from interpreting texts and guidelines or consulting legal experts to embedding data protection within the development process itself. There are, however, few examples in practice. We present a privacy-oriented, flow-based integrated development environment (IDE) for building domestic IoT applications. The IDE enables due diligence in (a) helping developers reason about personal data during the actual in vivo construction of IoT applications; (b) advising developers as to whether or not the design choices they are making occasion the need for a DPIA; and (c) attaching and making available to others (including data processors, data controllers, data protection officers, users and supervisory authorities) specific privacy-related information that has arisen during an application's development.Entities:
Keywords: data protection by design and default (DPbD); data protection impact assessment (DPIA); databox; due diligence; general data protection regulation (GDPR); integrated development environment (IDE); internet of things (IoT); privacy engineering
Year: 2019 PMID: 31658736 PMCID: PMC6832666 DOI: 10.3390/s19204380
Source DB: PubMed Journal: Sensors (Basel) ISSN: 1424-8220 Impact factor: 3.576
Figure 1Integrated Development Environment node types.
Figure 2Personal data flows.
Personal data types.
| Label | Type | Ordinal | Description |
|---|---|---|---|
| i1 | identifier | primary | data that directly identifies a data subject |
| i2 | identifier | secondary | data that indirectly identifies a data subject |
| p1 | personal | primary | data that is evidently personal |
| p2 | personal | secondary | derived personal data |
| s1 | sensitive | primary | GDPR special categories of data |
| s2 | sensitive | secondary | derived sensitive data |
Personal data attributes.
| Attribute | Description |
|---|---|
| type | identifier|sensitive|personal |
| ordinal | primary|secondary |
| category | physical|education|professional|state|contact|consumption|… |
| subtype | e.g., physical includes hair colour, eye colour, tatoos etc. education includes primary school, secondary school, university etc. |
| description | details of this particular item of personal data (and method of inference if secondary) |
| required | list of attributes of this data that must be present in order for it to constitute as personal |
Secondary data attributes.
| Attribute | Description |
|---|---|
| confidence | an accuracy score for this particular inference, ranging from 0 to 1 |
| conditions | list of |
| evidence | where possible, a set of links to any evidence that details a particular inference method |
| status | inferred|inferable |
Accelerometer personal data schema.
| Attribute | Description |
|---|---|
| type | Personal |
| subtype | Gender |
| ordinal | Secondary |
| required | [x,y,z] |
| conditions | Type: granularity, threshold:15, unit: Hz |
Figure 3Applying the schema (a).
Figure 4Applying the schema (b).
Figure 5Health Insurance quote app.
Figure 6IDE DPIA recommendations.