You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 9, 2020. It is now read-only.
I tried to bleach an open office document (.odt) file containing a macro. DocBleach did not report any threats and declared the document to be safe.
Running docbleach with the -vv switch revealed that it recognised the file to be a zip archive (which is somewhat correct). So this issue is both a feature request (add support for Open Office formats) and a bug report: DocBleach really should not declare a open office file with macros to be safe.
Steps to reproduce:
Create a .odt file with a macro.
Run DocBleach on the file: java -jar docbleach.jar -in file.odt -out file-out.odt -vv
Expected behaviour:
Remove the macro from the file.
Actual behaviour:
The file is declared to be safe.