Skip to content
Closed
8 changes: 8 additions & 0 deletions Packs/CortexXDR/Integrations/CortexXDRIR/CortexXDRIR.py
Original file line number Diff line number Diff line change
Expand Up @@ -1838,3 +1838,11 @@ def main(): # pragma: no cover

if __name__ in ("__main__", "__builtin__", "builtins"):
main()








3 changes: 1 addition & 2 deletions Packs/CortexXDR/ReleaseNotes/6_2_30.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

#### Integrations

##### Palo Alto Networks Cortex XDR - Investigation and Response
Expand All @@ -9,4 +8,4 @@

##### Cortex XDR Malware - Incident Enrichment

- The playbook may now return a list of IP addresses under endpoint.IPAddress rather than a single entry.
- The playbook may now return a list of IP addresses under endpoint.IPAddress rather than a single entry.
6 changes: 6 additions & 0 deletions Packs/CortexXpanse/Integrations/CortexXpanse/CortexXpanse.py
Original file line number Diff line number Diff line change
Expand Up @@ -1637,3 +1637,9 @@ def main() -> None:

if __name__ in ["__main__", "builtin", "builtins"]:
main()






Loading