From 3dbc4a9941b42819716ec95174c30ec0e4a323e7 Mon Sep 17 00:00:00 2001 From: sberman Date: Thu, 24 Aug 2023 10:21:29 +0300 Subject: [PATCH 1/3] Fixed input for Wildfire task --- .../Playbooks/playbook-Detonate_URL_-_Generic_v1.5.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Packs/CommonPlaybooks/Playbooks/playbook-Detonate_URL_-_Generic_v1.5.yml b/Packs/CommonPlaybooks/Playbooks/playbook-Detonate_URL_-_Generic_v1.5.yml index 93bbd659b18c..2fd91900e686 100644 --- a/Packs/CommonPlaybooks/Playbooks/playbook-Detonate_URL_-_Generic_v1.5.yml +++ b/Packs/CommonPlaybooks/Playbooks/playbook-Detonate_URL_-_Generic_v1.5.yml @@ -633,7 +633,7 @@ tasks: brand: "" nexttasks: '#default#': - - "3" + - "3" "yes": - "34" separatecontext: false @@ -699,10 +699,10 @@ tasks: isautoswitchedtoquietmode: false "33": id: "33" - taskid: 3d09fd2a-ac72-4d4f-8f1e-10261797c94b + taskid: 7acc875b-ca43-4e39-8977-c15f0373a98f type: regular task: - id: 3d09fd2a-ac72-4d4f-8f1e-10261797c94b + id: 7acc875b-ca43-4e39-8977-c15f0373a98f version: -1 name: Detonate URL - WildFire description: Uploads a URL of a webpage to WildFire for analysis. @@ -719,6 +719,7 @@ tasks: upload: complex: root: inputs.URL + accessor: Data verbose: simple: "true" separatecontext: false From 8818ece5a3a2afcac592261934bf5001bebcf825 Mon Sep 17 00:00:00 2001 From: sberman Date: Thu, 24 Aug 2023 10:23:07 +0300 Subject: [PATCH 2/3] Added release notes --- Packs/CommonPlaybooks/ReleaseNotes/2_3_96.md | 6 ++++++ Packs/CommonPlaybooks/pack_metadata.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 Packs/CommonPlaybooks/ReleaseNotes/2_3_96.md diff --git a/Packs/CommonPlaybooks/ReleaseNotes/2_3_96.md b/Packs/CommonPlaybooks/ReleaseNotes/2_3_96.md new file mode 100644 index 000000000000..089f95fd7b44 --- /dev/null +++ b/Packs/CommonPlaybooks/ReleaseNotes/2_3_96.md @@ -0,0 +1,6 @@ + +#### Playbooks + +##### Detonate URL - Generic v1.5 + +- Fixed the URL input in the *Detonate URL - WildFire* task. diff --git a/Packs/CommonPlaybooks/pack_metadata.json b/Packs/CommonPlaybooks/pack_metadata.json index 1833521f5982..6251565a4a4a 100644 --- a/Packs/CommonPlaybooks/pack_metadata.json +++ b/Packs/CommonPlaybooks/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Common Playbooks", "description": "Frequently used playbooks pack.", "support": "xsoar", - "currentVersion": "2.3.95", + "currentVersion": "2.3.96", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "", From 7d645e16b776912e85a9a48b352eb155cd786301 Mon Sep 17 00:00:00 2001 From: sberman Date: Thu, 24 Aug 2023 11:40:24 +0300 Subject: [PATCH 3/3] Fixed the input of the main playbook --- .../Playbooks/playbook-Detonate_URL_-_Generic_v1.5.yml | 3 +-- Packs/CommonPlaybooks/ReleaseNotes/2_3_96.md | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Packs/CommonPlaybooks/Playbooks/playbook-Detonate_URL_-_Generic_v1.5.yml b/Packs/CommonPlaybooks/Playbooks/playbook-Detonate_URL_-_Generic_v1.5.yml index 2fd91900e686..9934beb0797e 100644 --- a/Packs/CommonPlaybooks/Playbooks/playbook-Detonate_URL_-_Generic_v1.5.yml +++ b/Packs/CommonPlaybooks/Playbooks/playbook-Detonate_URL_-_Generic_v1.5.yml @@ -719,7 +719,6 @@ tasks: upload: complex: root: inputs.URL - accessor: Data verbose: simple: "true" separatecontext: false @@ -884,7 +883,7 @@ inputs: - key: URL value: complex: - root: URL + root: URL.Data required: false description: The URL object of the URL to be detonated. playbookInputQuery: diff --git a/Packs/CommonPlaybooks/ReleaseNotes/2_3_96.md b/Packs/CommonPlaybooks/ReleaseNotes/2_3_96.md index 089f95fd7b44..df49428ad0c0 100644 --- a/Packs/CommonPlaybooks/ReleaseNotes/2_3_96.md +++ b/Packs/CommonPlaybooks/ReleaseNotes/2_3_96.md @@ -3,4 +3,4 @@ ##### Detonate URL - Generic v1.5 -- Fixed the URL input in the *Detonate URL - WildFire* task. +- Fixed the playbook URL input.