diff --git a/README.md b/README.md index 143c3dcc..b9f814df 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 f4d708c0..c0759573 100644 --- a/oletools/README.html +++ b/oletools/README.html @@ -23,6 +23,30 @@

python-oletools

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

News