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

Switch deprecated commands cortex xdr #19246

Merged
merged 5 commits into from May 29, 2022
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -42,7 +42,7 @@ tasks:
name: Cortex XDR add a file SHA256 to block list
description: Adds requested files to block list if they are not already on block list
or allow list.
script: '|||xdr-blacklist-files'
script: '|||xdr-blocklist-files'
type: regular
iscommand: true
brand: ""
Expand Down
4 changes: 4 additions & 0 deletions Packs/CortexXDR/ReleaseNotes/4_5_3.md
@@ -0,0 +1,4 @@

#### Playbooks
- **Cortex XDR - Block File**
- Fixed an issue where ***xdr-blacklist-files*** which is deprecated was used.
2 changes: 1 addition & 1 deletion Packs/CortexXDR/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "Palo Alto Networks Cortex XDR - Investigation and Response",
"description": "Automates Cortex XDR incident response, and includes custom Cortex XDR incident views and layouts to aid analyst investigations.",
"support": "xsoar",
"currentVersion": "4.5.2",
"currentVersion": "4.5.3",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down