diff options
| author | jvoisin | 2018-04-03 21:34:45 +0200 |
|---|---|---|
| committer | jvoisin | 2018-04-03 21:34:45 +0200 |
| commit | 2a51ae03dfde59c7b190b2ea74974c40c43addf7 (patch) | |
| tree | 7d2ad0c944461e38e6973dec89f442ffc94cedbe | |
| parent | 76f25212d1eef99c360b0a50cd5b88c117acf278 (diff) | |
Add more details to the warnings, thanks to @pabs
| -rw-r--r-- | doc/threat_model.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/threat_model.md b/doc/threat_model.md index 6d14ca6..963a3ee 100644 --- a/doc/threat_model.md +++ b/doc/threat_model.md | |||
| @@ -11,13 +11,15 @@ Warnings | |||
| 11 | 11 | ||
| 12 | Mat only removes standard metadata from your files, it does _not_: | 12 | Mat only removes standard metadata from your files, it does _not_: |
| 13 | 13 | ||
| 14 | - anonymise their content | 14 | - anonymise their content (the substance and the form) |
| 15 | - handle watermarking | 15 | - handle watermarking |
| 16 | - handle steganography | 16 | - handle steganography |
| 17 | - handle stylometry | ||
| 17 | - handle any non-standard metadata field/system | 18 | - handle any non-standard metadata field/system |
| 18 | 19 | ||
| 19 | If you really want to be anonymous format that does not contain any | 20 | If you really want to be anonymous format that does not contain any |
| 20 | metadata, or better : use plain-text. And as usual, think before clicking. | 21 | metadata, or better : use plain-text ASCII without trailing spaces. |
| 22 | And as usual, think before clicking. | ||
| 21 | 23 | ||
| 22 | 24 | ||
| 23 | Adversary | 25 | Adversary |
