summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.security8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.security b/README.security
index cd0bf98..efca2d2 100644
--- a/README.security
+++ b/README.security
@@ -95,9 +95,13 @@ Requirements
95 file should be added to the anonymised archive that is 95 file should be added to the anonymised archive that is
96 produced. 96 produced.
97 97
98 - The MAT *must* not add metadata, since its purpose is to 98 - The MAT *must not* add metadata, since its purpose is to
99 anonymise files: every added items of metadata decreases 99 anonymise files: every added items of metadata decreases
100 anonymity. 100 anonymity.
101 101
102 - The MAT *should* handle unknown/hidden metadata fields, 102 - The MAT *should not* handle unknown/hidden metadata fields,
103 like proprietary extensions of open formats. 103 like proprietary extensions of open formats.
104
105 - The MAT *should* try to remove embedded metadata,
106 but offers no guaranties about them. For example,
107 embedded objects in PDF documents may not be completely cleaned.