forked from demisto/content
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ciac 8941/enhancement/cortex xdr flexible close reason mappings mirro…
…ring (demisto#33140) * Enhancing Cortex XDR IR integration with custom close-reason mapping capability - XDR->XSOAR * XSOAR->XDR custom close-reason mapping support * lint * update RN * update RN * Updated release notes * Fixes * Unittests * Documentation * pre-commit fixes * unittests labeling * updated RN * autopep8 * autopep8 * Describing `comma_separated_mapping_to_dict()` * Updating RN * mypy * mypy * autopep8 * Update RN * yaml update * Bump pack from version Base to 1.33.38. * Update Packs/CortexXDR/Integrations/CortexXDRIR/CortexXDRIR.yml Co-authored-by: ShirleyDenkberg <[email protected]> * Update Packs/CortexXDR/Integrations/CortexXDRIR/CortexXDRIR.yml Co-authored-by: ShirleyDenkberg <[email protected]> * Update Packs/CortexXDR/Integrations/CortexXDRIR/CortexXDRIR.yml Co-authored-by: ShirleyDenkberg <[email protected]> * Update Packs/CortexXDR/Integrations/CortexXDRIR/CortexXDRIR.yml Co-authored-by: ShirleyDenkberg <[email protected]> * Update Packs/CortexXDR/Integrations/CortexXDRIR/README.md Co-authored-by: ShirleyDenkberg <[email protected]> * Update Packs/ctf01/ReleaseNotes/1_0_10.md Co-authored-by: ShirleyDenkberg <[email protected]> * Update Packs/CortexXDR/ReleaseNotes/6_1_18.md Co-authored-by: ShirleyDenkberg <[email protected]> * Update Packs/CortexXDR/Integrations/CortexXDRIR/README.md Co-authored-by: ShirleyDenkberg <[email protected]> * Update Packs/CortexXDR/Integrations/CortexXDRIR/README.md Co-authored-by: ShirleyDenkberg <[email protected]> * Bump pack from version Core to 3.0.22. * Bump pack from version CortexXDR to 6.1.19. * PR & demo fixes * PR fixes * Testing test module * Bump pack from version CortexXDR to 6.1.20. --------- Co-authored-by: michal-dagan <[email protected]> Co-authored-by: Content Bot <[email protected]> Co-authored-by: ShirleyDenkberg <[email protected]>
- Loading branch information
1 parent
69a1bdf
commit 1e19385
Showing
17 changed files
with
872 additions
and
96 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
|
||
#### Scripts | ||
|
||
##### CommonServerPython | ||
|
||
Added a utility function `comma_separated_mapping_to_dict` that gets a comma-separated mapping `key1=value1,key2=value2,...` and transforms it into a dictionary object. |
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,6 @@ | ||
|
||
#### Integrations | ||
|
||
##### Investigation & Response | ||
|
||
Added support for flexible close-reason mapping in `handle_outgoing_issue_closure` in `CoreIRApiModule`. Does not affect this module. |
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
Oops, something went wrong.