Skip to content
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

CSP GetRemoteDataResponse Bugfix #11331

Merged
merged 1 commit into from
Feb 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
deleted the logging
  • Loading branch information
guyfreund committed Feb 14, 2021
commit 219c528d918a6040510b05f0e9e7d5c83eebaba7
4 changes: 4 additions & 0 deletions Packs/Base/ReleaseNotes/1_7_14.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

#### Scripts
##### CommonServerPython
- Deleted mirroring logging in **GetRemoteDataResponse** class that used an invalid key.
Original file line number Diff line number Diff line change
Expand Up @@ -5894,7 +5894,6 @@ def extract_for_local(self):
:rtype: ``list``
"""
if self.mirrored_object:
demisto.info('Updating object {}'.format(self.mirrored_object["id"]))
return [self.mirrored_object] + self.entries


Expand Down
2 changes: 1 addition & 1 deletion Packs/Base/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Base",
"description": "The base pack for Cortex XSOAR.",
"support": "xsoar",
"currentVersion": "1.7.13",
"currentVersion": "1.7.14",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down