File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,8 +33,10 @@ Note: python-oletools is not related to OLETools published by BeCubed Software.
3333News
3434----
3535
36- - ** 2025-05-21 v0.60.3** :
37- - olevba: fixed a security issue in the CLI display when ANSI escape codes are present (PR #873 )
36+ - ** 2025-05-22 v0.60.3** :
37+ - olevba:
38+ - fixed a security issue in the CLI display when ANSI escape codes are present (PR #873 )
39+ - encrypted files: password is now reported in the logs, added --decrypted_dir option (PR #842 )
3840- ** 2024-07-02 v0.60.2** :
3941 - olevba:
4042 - fixed a bug in open_slk (issue #797 , PR #769 )
Original file line number Diff line number Diff line change @@ -26,9 +26,13 @@ <h1 id="python-oletools">python-oletools</h1>
2626< p > Note: python-oletools is not related to OLETools published by BeCubed Software.</ p >
2727< h2 id ="news "> News</ h2 >
2828< ul >
29- < li > < strong > 2025-05-21 v0.60.3</ strong > :
29+ < li > < strong > 2025-05-22 v0.60.3</ strong > :
3030< ul >
31- < li > olevba: fixed a security issue in the CLI display when ANSI escape codes are present (PR #873)</ li >
31+ < li > olevba:
32+ < ul >
33+ < li > fixed a security issue in the CLI display when ANSI escape codes are present (PR #873)</ li >
34+ < li > encrypted files: password is now reported in the logs, added --decrypted_dir option (PR #842)</ li >
35+ </ ul > </ li >
3236</ ul > </ li >
3337< li > < strong > 2024-07-02 v0.60.2</ strong > :
3438< ul >
Original file line number Diff line number Diff line change @@ -38,10 +38,14 @@ Software.
3838News
3939----
4040
41- - **2025-05-21 v0.60.3 **:
41+ - **2025-05-22 v0.60.3 **:
4242
43- - olevba: fixed a security issue in the CLI display when ANSI escape
44- codes are present (PR #873)
43+ - olevba:
44+
45+ - fixed a security issue in the CLI display when ANSI escape
46+ codes are present (PR #873)
47+ - encrypted files: password is now reported in the logs, added
48+ --decrypted_dir option (PR #842)
4549
4650- **2024-07-02 v0.60.2 **:
4751
You can’t perform that action at this time.
0 commit comments