Skip to content

Commit

Permalink
Detonate url input fix (#29195)
Browse files Browse the repository at this point in the history
* Fixed input for Wildfire task

* Added release notes

* Fixed the input of the main playbook
  • Loading branch information
Shellyber authored Aug 24, 2023
1 parent 4c6a289 commit 475f741
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ tasks:
brand: ""
nexttasks:
'#default#':
- "3"
- "3"
"yes":
- "34"
separatecontext: false
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -883,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:
Expand Down
6 changes: 6 additions & 0 deletions Packs/CommonPlaybooks/ReleaseNotes/2_3_96.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Playbooks

##### Detonate URL - Generic v1.5

- Fixed the playbook URL input.
2 changes: 1 addition & 1 deletion Packs/CommonPlaybooks/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "",
Expand Down

0 comments on commit 475f741

Please sign in to comment.