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

Prisma cloud playbook fix #27203

Merged
merged 3 commits into from
Jun 4, 2023
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
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ tasks:
iscontext: true
value:
complex:
root: AWSFQDN
root: NONAWSFQDN
operator: isNotEmpty
label: "yes"
id: "26"
Expand Down
6 changes: 6 additions & 0 deletions Packs/PrismaCloud/ReleaseNotes/4_1_3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Playbooks

##### Prisma Cloud - Find AWS Resource by FQDN v2

The condition in task #26, `Are there NON AWS FQDNs?`, has been revised to validate that the variable **NONAWSFQDN** is not empty, instead of checking **AWSFQDN**.
2 changes: 1 addition & 1 deletion Packs/PrismaCloud/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Prisma Cloud by Palo Alto Networks",
"description": "Automate and unify security incident response across your cloud environments, while still giving a degree of control to dedicated cloud teams.",
"support": "xsoar",
"currentVersion": "4.1.2",
"currentVersion": "4.1.3",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down