Skip to content

Commit 475f741

Browse files
authored
Detonate url input fix (#29195)
* Fixed input for Wildfire task * Added release notes * Fixed the input of the main playbook
1 parent 4c6a289 commit 475f741

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

Packs/CommonPlaybooks/Playbooks/playbook-Detonate_URL_-_Generic_v1.5.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ tasks:
633633
brand: ""
634634
nexttasks:
635635
'#default#':
636-
- "3"
636+
- "3"
637637
"yes":
638638
- "34"
639639
separatecontext: false
@@ -699,10 +699,10 @@ tasks:
699699
isautoswitchedtoquietmode: false
700700
"33":
701701
id: "33"
702-
taskid: 3d09fd2a-ac72-4d4f-8f1e-10261797c94b
702+
taskid: 7acc875b-ca43-4e39-8977-c15f0373a98f
703703
type: regular
704704
task:
705-
id: 3d09fd2a-ac72-4d4f-8f1e-10261797c94b
705+
id: 7acc875b-ca43-4e39-8977-c15f0373a98f
706706
version: -1
707707
name: Detonate URL - WildFire
708708
description: Uploads a URL of a webpage to WildFire for analysis.
@@ -883,7 +883,7 @@ inputs:
883883
- key: URL
884884
value:
885885
complex:
886-
root: URL
886+
root: URL.Data
887887
required: false
888888
description: The URL object of the URL to be detonated.
889889
playbookInputQuery:
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
#### Playbooks
3+
4+
##### Detonate URL - Generic v1.5
5+
6+
- Fixed the playbook URL input.

Packs/CommonPlaybooks/pack_metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Common Playbooks",
33
"description": "Frequently used playbooks pack.",
44
"support": "xsoar",
5-
"currentVersion": "2.3.95",
5+
"currentVersion": "2.3.96",
66
"author": "Cortex XSOAR",
77
"url": "https://www.paloaltonetworks.com/cortex",
88
"email": "",

0 commit comments

Comments
 (0)