Skip to content

Commit

Permalink
fix Cisco ESA fetch key error (demisto#28172)
Browse files Browse the repository at this point in the history
  • Loading branch information
esharf authored and xsoar-bot committed Aug 2, 2023
1 parent 6903ecb commit 5d1bca2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
Expand Up @@ -1746,7 +1746,7 @@ def fetch_incidents(
)
end_date = format_datetime("now")
quarantine_type = QUARANTINE_TYPE
offset = last_run.pop("offset", 0)
offset = last_run.pop("offset", 0) or 0
order_by = "date"
order_dir = "asc"

Expand Down
6 changes: 6 additions & 0 deletions Packs/IronPort/ReleaseNotes/2_0_13.md
@@ -0,0 +1,6 @@

#### Integrations

##### Cisco ESA

- Fixed an issue that caused the fetch to fail when the previous incidents to fetch exceeded the maximum allowed size.
2 changes: 1 addition & 1 deletion Packs/IronPort/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "Cisco Email Security Appliance (IronPort)",
"description": "Cisco Email Security protects against ransomware, business email compromise, spoofing, and phishing",
"support": "xsoar",
"currentVersion": "2.0.12",
"currentVersion": "2.0.13",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down

0 comments on commit 5d1bca2

Please sign in to comment.