From dbd555dedf8d1f2d5025ed684a5a2eac792cecf3 Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Wed, 24 Oct 2018 11:15:27 +0200 Subject: [PATCH] msodde: update doc string and changelog --- oletools/msodde.py | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/oletools/msodde.py b/oletools/msodde.py index a91e340..fe335a6 100644 --- a/oletools/msodde.py +++ b/oletools/msodde.py @@ -11,6 +11,7 @@ Supported formats: - RTF - CSV (exported from / imported into Excel) - XML (exported from Word 2003, Word 2007+, Excel 2003, (Excel 2007+?) +- raises an error if run with files encrypted using MS Crypto API RC4 Author: Philippe Lagadec - http://www.decalage.info License: BSD, see source code or documentation @@ -86,6 +87,7 @@ from oletools.common.errors import FileIsEncryptedError # 2018-01-10 CH: - add single-xml files (Word 2003/2007+ / Excel 2003) # 2018-03-21 CH: - added detection for various CSV formulas (issue #259) # 2018-09-11 v0.54 PL: - olefile is now a dependency +# 2018-10-25 CH: - detect encryption and raise error if detected __version__ = '0.54dev1' -- libgit2 0.21.4