diff options
author | jvoisin <julien.voisin@dustri.org> | 2018-04-29 21:41:34 +0200 |
---|---|---|
committer | jvoisin <julien.voisin@dustri.org> | 2018-04-29 21:41:34 +0200 |
commit | a79c9410afbd81a7e2f40ea59cdcef2b36a4ad2f (patch) | |
tree | c65c8bc412385ecff80f93bd0ea11b050afa969b | |
parent | 2b1b075a8f7b11f5b02a874b371528e8b371e232 (diff) | |
download | external_mat2-a79c9410afbd81a7e2f40ea59cdcef2b36a4ad2f.tar.gz external_mat2-a79c9410afbd81a7e2f40ea59cdcef2b36a4ad2f.tar.bz2 external_mat2-a79c9410afbd81a7e2f40ea59cdcef2b36a4ad2f.zip |
Document the lightweight cleaning mode
-rw-r--r-- | doc/implementation_notes.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/implementation_notes.md b/doc/implementation_notes.md index b385659..60e9081 100644 --- a/doc/implementation_notes.md +++ b/doc/implementation_notes.md @@ -1,6 +1,14 @@ Implementation notes ==================== +Lightweight cleaning mode +------------------------- + +Due to *popular* request, MAT2 is providing a *lightweight* cleaning mode, +that only cleans the superficial metadata of your file, but not +the ones that might be in **embeded** resources. Like for example, +images in a PDF or an office document. + Symlink attacks --------------- |