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

[CortexCoreIR] change the "email" argument of core-report-incorrect-wildfire #28859

Merged
merged 5 commits into from Aug 9, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion Packs/Core/Integrations/CortexCoreIR/CortexCoreIR.yml
Expand Up @@ -1697,6 +1697,7 @@ script:
required: true
- description: User’s email address.
name: email
required: true
description: Reports to WildFire about incorrect hash verdict through Cortex.
execution: true
name: core-report-incorrect-wildfire
Expand Down Expand Up @@ -2849,7 +2850,7 @@ script:
script: '-'
subtype: python3
type: python
dockerimage: demisto/python3:3.10.12.63474
dockerimage: demisto/python3:3.10.12.68300
tests:
- No tests
fromversion: 6.2.0
7 changes: 7 additions & 0 deletions Packs/Core/ReleaseNotes/2_0_5.md
@@ -0,0 +1,7 @@

#### Integrations

##### Investigation & Response
- Updated the Docker image to: *demisto/python3:3.10.12.68300*.

- Fixed an issue where the *email* argument was not required in the command ***core-report-incorrect-wildfire***.
2 changes: 1 addition & 1 deletion Packs/Core/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "Core - Investigation and Response",
"description": "Automates incident response",
"support": "xsoar",
"currentVersion": "2.0.4",
"currentVersion": "2.0.5",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down