8000 Maltiverse rm arguments by moishce-zz · Pull Request #10699 · demisto/content · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Maltiverse rm arguments #10699

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

Merged
merged 3 commits into from
Dec 31, 2020
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
30 changes: 1 addition & 29 deletions Packs/Maltiverse/Integrations/Maltiverse/Maltiverse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@ script:
name: threshold
required: false
secret: false
- default: false
defaultValue: 'false'
description: Whether to return all results. Note that there can be thousands of results. It is advised that you do not set to "true" in playbooks. The default value is "false".
isArray: false
name: fullResponse
required: false
secret: false
deprecated: false
description: Checks the reputation of an IP address.
execution: false
Expand Down Expand Up @@ -117,13 +110,6 @@ script:
name: threshold
required: false
secret: false
- default: true
defaultValue: 'false'
description: Whether to return all results. Note that there can be thousands of results. It is advised that you do not set to "true" in playbooks. The default value is "false".
isArray: false
name: fullResponse
required: false
secret: false
deprecated: false
description: Checks the reputation of a domain.
execution: false
Expand Down Expand Up @@ -212,13 +198,6 @@ script:
name: threshold
required: false
secret: false
- default: true
defaultValue: 'false'
description: Whether to return all results. Note that there can be thousands of results. It is advised that you do not set to "true" in playbooks. The default value is "false".
isArray: false
name: fullResponse
required: false
secret: false
deprecated: false
description: Checks the reputation of an URL.
execution: false
Expand Down Expand Up @@ -304,13 +283,6 @@ script:
name: threshold
required: false
secret: false
- default: true
defaultValue: 'false'
description: Whether to return all results. Note that there can be thousands of results. It is advised that you do not set to "true" in playbooks. The default value is "false".
isArray: false
name: fullResponse
required: false
secret: false
deprecated: false
description: Checks the reputation of a file by file hash.
execution: false
Expand Down Expand Up @@ -409,7 +381,7 @@ script:
- contextPath: File.Tags
description: Attribute to label an IoC.
type: String
dockerimage: demisto/python3:3.8.2.6981
dockerimage: demisto/python3:3.8.6.14516
feed: false
isfetch: false
longRunning: false
Expand Down
5 changes: 5 additions & 0 deletions Packs/Maltiverse/ReleaseNotes/1_0_1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

#### Integrations
##### Maltiverse
- Removed the *fullResponse* argument from all commands.
- Upgraded the Docker image to demisto/python3:3.8.6.14516.
28 changes: 14 additions & 14 deletions Packs/Maltiverse/pack_metadata.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "Maltiverse",
"description": "Maltiverse helps you to analyze suspicious hashes, URLs, domains, and IP addresses.",
"support": "xsoar",
"currentVersion": "1.0.0",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
"created": "2020-03-30T18:13:18Z",
"categories": [
"Data Enrichment & Threat Intelligence"
],
"tags": [],
"useCases": [],
"keywords": []
"name": "Maltiverse",
"description": "Maltiverse helps you to analyze suspicious hashes, URLs, domains, and IP addresses.",
"support": "xsoar",
"currentVersion": "1.0.1",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
"created": "2020-03-30T18:13:18Z",
"categories": [
"Data Enrichment & Threat Intelligence"
],
"tags": [],
"useCases": [],
"keywords": []
}
0