canmove, Confirmed users
1,537
edits
(→Data) |
|||
| Line 50: | Line 50: | ||
== Data == | == Data == | ||
* What data is read or parsed by this feature? | * What data is read or parsed by this feature? | ||
** What types of validation are done on data inputs (e.g., type checking, string decoding/encoding, etc.)? | |||
* What is the output of this feature? | * What is the output of this feature? | ||
** What types of normalization or sanitization are performed on data outputs (e.g., data aggregation, string encoding, path canonicalization, etc)? | |||
* What storage formats are used? | * What storage formats are used? | ||
** Who can access the data in storage (for example: is it encrypted with a master password, obfuscated, packed, protected by a filesystem ACL, etc)? | |||
== Reliability == | == Reliability == | ||