From 02f4a165b27534658a08c539458fa2a0b709d51e Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Wed, 29 Nov 2017 16:11:55 +0100 Subject: [PATCH] msodde: update version, doc, todo --- oletools/msodde.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/oletools/msodde.py b/oletools/msodde.py index b79ad73..13867f3 100644 --- a/oletools/msodde.py +++ b/oletools/msodde.py @@ -7,7 +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) +- Excel 2007+ (.xlsx, .xlsm, .xlsb) - Excel 97-2003 (.xls) Author: Philippe Lagadec - http://www.decalage.info @@ -56,14 +56,14 @@ from __future__ import print_function # 2017-11-10 CH: - added field blacklist and corresponding cmd line args # 2017-11-23 CH: - added support for xlsx files # 2017-11-24 CH: - added support for xls files +# 2017-11-29 CH: - added support for xlsb files -__version__ = '0.52dev7' +__version__ = '0.52dev8' #------------------------------------------------------------------------------ # TODO: field codes can be in headers/footers/comments - parse these # TODO: generalize behaviour for xlsx: find all external links (maybe rename # command line flag for "blacklist" to "find all suspicious" or so) -# TODO: xlsb #------------------------------------------------------------------------------ # REFERENCES: -- libgit2 0.21.4