From 1b33934614caa93b98281dbb099a472d989aed5d Mon Sep 17 00:00:00 2001 From: decalage2 Date: Fri, 7 May 2021 23:21:36 +0200 Subject: [PATCH] bumped version to 0.56.2 --- README.md | 12 ++++++++++++ oletools/README.html | 26 +++++++++++++++++++++++++- oletools/README.rst | 28 +++++++++++++++++++++++++++- oletools/common/clsid.py | 2 +- oletools/mraptor.py | 2 +- oletools/oleid.py | 2 +- oletools/olevba.py | 2 +- oletools/rtfobj.py | 2 +- setup.py | 2 +- 9 files changed, 70 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 143c3dc..b9f814d 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,18 @@ Note: python-oletools is not related to OLETools published by BeCubed Software. News ---- +- **2021-05-07 v0.56.2**: + - olevba: + - updated plugin_biff to v0.0.22 to fix a bug (issues #647, #674) + - olevba, mraptor: + - added detection of Workbook_BeforeClose (issue #518) + - rtfobj: + - fixed bug when OLE package class name ends with null characters (issue #507, PR #648) + - oleid: + - fixed bug in check_excel (issue #584, PR #585) + - clsid: + - added several CLSIDs related to MS Office click-to-run issue CVE-2021-27058 + - added checks to ensure that all CLSIDs are uppercase (PR #678) - **2021-04-02 v0.56.1**: - olevba: - fixed bug when parsing some malformed files (issue #629) diff --git a/oletools/README.html b/oletools/README.html index f4d708c..c075957 100644 --- a/oletools/README.html +++ b/oletools/README.html @@ -23,6 +23,30 @@

Note: python-oletools is not related to OLETools published by BeCubed Software.

News