Skip to content

Commit

Permalink
Fix for ParseEmailv2 fails (demisto#28987)
Browse files Browse the repository at this point in the history
* adding a unit test that reproduces the bug

* fixing unit test

* fixing lint errors

* fixing test

* updating docker + removing unit test

* release note

* adding comment about the fix of file types
  • Loading branch information
maimorag authored Aug 17, 2023
1 parent 2cd5f15 commit 8fc473e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Packs/CommonScripts/ReleaseNotes/1_12_16.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Scripts

##### ParseEmailFilesV2
- Updated the Docker image to: *demisto/parse-emails:1.0.0.71712*.
- Added support for Macintosh HFS file type.
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ type: python
fromversion: 5.0.0
tests:
- ParseEmailFilesV2-test
dockerimage: demisto/parse-emails:1.0.0.69980
dockerimage: demisto/parse-emails:1.0.0.71712
2 changes: 1 addition & 1 deletion Packs/CommonScripts/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Common Scripts",
"description": "Frequently used scripts pack.",
"support": "xsoar",
"currentVersion": "1.12.15",
"currentVersion": "1.12.16",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down

0 comments on commit 8fc473e

Please sign in to comment.