diff options
| author | jvoisin | 2016-05-06 01:52:56 +0200 |
|---|---|---|
| committer | jvoisin | 2016-05-06 01:52:56 +0200 |
| commit | a3c289dea1ceebcc2e624d002ab31deb851a7e3a (patch) | |
| tree | d05d5557983b3d6f4aaa67166d769280fe220abe | |
| parent | 2c0249b1e833108cc13c0589f3018851f2311d0b (diff) | |
Update the readme to clarify some limitations
| -rw-r--r-- | README.security | 8 |
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. | ||
