summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2018-06-20 00:10:21 +0200
committerjvoisin2018-06-20 00:10:21 +0200
commitc1f442661270009221328759703736459b6dd74e (patch)
tree58e6a0bb940bdd0aae5d1bba674e56aeb642fc93
parent120c3bf72f46a125695b3f9104943a25492010e4 (diff)
Improve the threat-model again, thanks to @joe
-rw-r--r--doc/threat_model.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/threat_model.md b/doc/threat_model.md
index 26e3741..80b57f3 100644
--- a/doc/threat_model.md
+++ b/doc/threat_model.md
@@ -17,6 +17,7 @@ Mat only removes standard metadata from your files, it does _not_:
17 - handle steganography nor homoglyphs 17 - handle steganography nor homoglyphs
18 - handle stylometry 18 - handle stylometry
19 - handle any non-standard metadata field/system 19 - handle any non-standard metadata field/system
20 - handle file-system related metadata
20 21
21If you really want to be anonymous format that does not contain any 22If you really want to be anonymous format that does not contain any
22metadata, or better : use plain-text ASCII without trailing spaces. 23metadata, or better : use plain-text ASCII without trailing spaces.
@@ -91,3 +92,9 @@ Requirements
91 92
92 - MAT2 *must not* fail silently. Upon failure, 93 - MAT2 *must not* fail silently. Upon failure,
93 MAT2 *must not* modify the file in any way. 94 MAT2 *must not* modify the file in any way.
95
96 - MAT2 *might* leak the fact that MAT2 was used on the file,
97 since it might be uncommon for some file formats to come
98 without any kind of metadata, an adversary might suspect that
99 the user used MAT2 on certain files.
100