From d055af42cf55734510342ce05782c50943b0538f Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Thu, 23 Nov 2017 10:24:08 +0100 Subject: [PATCH] msodde: update doc, todo, history, version (now 0.52dev6) --- oletools/msodde.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/oletools/msodde.py b/oletools/msodde.py index 28d1314..c291ff9 100644 --- a/oletools/msodde.py +++ b/oletools/msodde.py @@ -7,6 +7,7 @@ msodde is a script to parse MS Office documents Supported formats: - Word 97-2003 (.doc, .dot), Word 2007+ (.docx, .dotx, .docm, .dotm) +- Excel 2007+ (.xlsx, .xlsm) (not .xlsb) Author: Philippe Lagadec - http://www.decalage.info License: BSD, see source code or documentation @@ -52,12 +53,14 @@ from __future__ import print_function # 2017-10-25 CH: - parse doc # PL: - added logging # 2017-11-10 CH: - added field blacklist and corresponding cmd line args +# 2017-11-23 CH: - added support for xlsx files -__version__ = '0.52dev5' +__version__ = '0.52dev6' #------------------------------------------------------------------------------ # TODO: field codes can be in headers/footers/comments - parse these -# TODO: add xlsx support +# TODO: generalize behaviour for xlsx: find all external links (maybe rename +# command line flag for "blacklist" to "find all suspicious" or so) #------------------------------------------------------------------------------ # REFERENCES: -- libgit2 0.21.4