Skip to content

Commit

Permalink
removed 2.6 clipboard
Browse files Browse the repository at this point in the history
  • Loading branch information
sushi2k committed Jul 4, 2018
1 parent b564321 commit f91213c
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions Document/0x07-V2-Data_Storage_and_Privacy_requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,13 @@ The vast majority of data disclosure issues can be prevented by following simple
| **2.3** | No sensitive data is written to application logs. |||
| **2.4** | No sensitive data is shared with third parties unless it is a necessary part of the architecture. |||
| **2.5** | The keyboard cache is disabled on text inputs that process sensitive data. |||
| **2.6** | The clipboard is deactivated on text fields that may contain sensitive data. |||
| **2.7** | No sensitive data is exposed via IPC mechanisms. |||
| **2.8** | No sensitive data, such as passwords or pins, is exposed through the user interface. |||
| **2.9** | No sensitive data is included in backups generated by the mobile operating system. | ||
| **2.10** | The app removes sensitive data from views when backgrounded. | ||
| **2.11** | The app does not hold sensitive data in memory longer than necessary, and memory is cleared explicitly after use. | ||
| **2.12** | The app enforces a minimum device-access-security policy, such as requiring the user to set a device passcode. | ||
| **2.13** | The app educates the user about the types of personally identifiable information processed, as well as security best practices the user should follow in using the app. | ||
| **2.6** | No sensitive data is exposed via IPC mechanisms. |||
| **2.7** | No sensitive data, such as passwords or pins, is exposed through the user interface. |||
| **2.8** | No sensitive data is included in backups generated by the mobile operating system. | ||
| **2.9** | The app removes sensitive data from views when backgrounded. | ||
| **2.10** | The app does not hold sensitive data in memory longer than necessary, and memory is cleared explicitly after use. | ||
| **2.11** | The app enforces a minimum device-access-security policy, such as requiring the user to set a device passcode. | ||
| **2.12** | The app educates the user about the types of personally identifiable information processed, as well as security best practices the user should follow in using the app. | ||

## References

Expand Down

0 comments on commit f91213c

Please sign in to comment.