Skip to content

Commit 14fb8b6

Browse files
committed
Merged pull request from Steven (malvidin on github)
This new version includes the app.conf/README.md updates related to the fix: - A fix to base58 to deal with empty input - A setting for slice length and max length on base58
1 parent 8bf87b3 commit 14fb8b6

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,13 @@ Shannon Davis (Splunk)
210210
Steven (malvidin on github)
211211

212212
# Release Notes
213+
## 2.3.12
214+
Merged pull request from Steven (malvidin on github)
215+
216+
This new version includes:
217+
- A fix to base58 to deal with empty input
218+
- A setting for slice length and max length on base58
219+
213220
## 2.3.11
214221
Merged pull request from Steven (malvidin on github)
215222

app.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"id": {
66
"group": null,
77
"name": "decrypt2",
8-
"version": "2.3.11"
8+
"version": "2.3.12"
99
},
1010
"author": [
1111
{

default/app.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ is_visible = false
1212
[launcher]
1313
author = Gareth Anderson
1414
description = A library of common routines to analyze malware and data exfiltration communications (based on the work of Michael Zalewski).
15-
version = 2.3.11
15+
version = 2.3.12
1616

0 commit comments

Comments
 (0)