-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XDR iocs integration- 'XSOAR Comment Field Exporting To XDR' parameter is handled incorrectly #36658
base: master
Are you sure you want to change the base?
Conversation
Coverage Report
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DM
The fix was checked with @tcarmeli1 and seems to resolve the issue. |
I'll fix the UTs according to the fix and wait with merging the PR since there is an issue with mirroring the 'comments' from XDR to XSOAR @dorschw FYI |
This PR was automatically updated by a GitHub Action
To stop automatic version bumps, add the |
This PR was automatically updated by a GitHub Action
To stop automatic version bumps, add the |
@tcarmeli1 @dorschw please review it both of you |
This PR was automatically updated by a GitHub Action
To stop automatic version bumps, add the |
Status
Related Issues
fixes: https://jira-dc.paloaltonetworks.com/browse/CIAC-11945
Description
Due to a change in the parameter type (from type 0 - text, to type 16 - list), we encounter an error when updates are sent from XDR to XSOAR.
This error occurs because a list is being used as a key in a dictionary.
Handling it in this fix.
Must have