Skip to content

Commit 9653e1c

Browse files
committed
Merged pull request from Steven (malvidin on github)
When Splunk sends a CSV that contains null bytes to Python 3.7, the CSV Reader error is not helpful This update provides a warning to advise of the null character in the data (sed/rex/eval/replace can be used to remove the NUL character)
1 parent 4253d05 commit 9653e1c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,12 @@ Shannon Davis (Splunk)
207207
Steven (malvidin on github)
208208

209209
# Release Notes
210+
## 2.3.10
211+
Merged pull request from Steven (malvidin on github)
212+
213+
When Splunk sends a CSV that contains null bytes to Python 3.7, the CSV Reader error is not helpful
214+
This update provides a warning to advise of the null character in the data (sed/rex/eval/replace can be used to remove the NUL character)
215+
210216
## 2.3.9
211217
Updated Splunk python SDK to 1.6.20
212218

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.9"
8+
"version": "2.3.10"
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.9
15+
version = 2.3.10
1616

0 commit comments

Comments
 (0)