We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f04be6 commit e7aeb0fCopy full SHA for e7aeb0f
analyzers/FileInfo/submodules/submodule_oletools.py
@@ -31,7 +31,8 @@ def check_file(self, **kwargs):
31
] or (kwargs.get('mimetype').startswith("application/vnd.openxmlformats-officedocument") or
32
kwargs.get('mimetype').startswith("application/encrypted") or
33
kwargs.get('mimetype').startswith("application/vnd.ms-") or
34
- kwargs.get('mimetype').startswith("application/msword")
+ kwargs.get('mimetype').startswith("application/msword") or
35
+ kwargs.get('mimetype').startswith("Composite Document File V2 Document")
36
):
37
if kwargs.get('mimetype').startswith("application/encrypted") and not is_encrypted(kwargs.get('file')):
38
return False
0 commit comments