-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[EWSO365] Handle corrupt Message-ID header (#32776)
* Add handling of Message-ID header coming from attachment.item.headers Add debug logs * Update malformed Message-ID handling to also consider escape characters * Update handle_incorrect_message_id to consider escape characters Update RN; Update docker image * Add UT; Update docker image ref * Update release notes * Replace string.find with regex search * Remove XSUP-32660 debug logs * Add test use cases * Apply suggestions from code review Co-authored-by: dorschw <81086590+dorschw@users.noreply.github.com> * Remove redundant IndexError handling * Update docker image * Update release notes --------- Co-authored-by: dorschw <81086590+dorschw@users.noreply.github.com>
- Loading branch information
1 parent
ea5c2e9
commit 6922ab5
Showing
5 changed files
with
71 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
|
||
#### Integrations | ||
|
||
##### EWS O365 | ||
- Updated the Docker image to: *demisto/py3ews:1.0.0.88266*. | ||
|
||
- Fixed an issue where fetching failed when email attachments had headers with an invalid format containing escape characters (`\r\n\t<[invalid_value]>` instead of `\r\n\t<valid_value>`), by removing the square brackets. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters