docx icon indicating copy to clipboard operation
docx copied to clipboard

Support Macro detection

Open yippibrian opened this issue 8 years ago • 0 comments

It would be useful if there were a function to simply identify when Macros are present. This way this library could be used to help reject documents that are uploaded that contain macros, for security reasons.

This OWASP page discusses how to do this in Java: https://www.owasp.org/index.php/Protect_FileUpload_Against_Malicious_File

Note this is not a request to support macros beyond being able to identify if a macro is present.

yippibrian avatar Dec 22 '17 16:12 yippibrian