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

[crowdstrike falcon] - update cs-falcon-resolve-detection description #29135

Merged
merged 12 commits into from Aug 23, 2023
Merged
Expand Up @@ -392,7 +392,7 @@ script:
- 'false'
- description: Username to assign the detections to. (This is usually the user’s email address, but may vary based on your configuration). username and assigned_to_uuid are mutually exclusive.
name: username
description: Resolves and updates a detection using the provided arguments. At least one optional argument must be passed, otherwise no change will take place.
description: Resolves and updates a detection using the provided arguments. At least one optional argument must be passed, otherwise no change will take place. Note that IDP detections are not supported.
name: cs-falcon-resolve-detection
- arguments:
- description: The host agent ID (AID) of the host to contain. Get an agent ID from a detection.
Expand Down Expand Up @@ -4375,7 +4375,7 @@ script:
- contextPath: CrowdStrike.IDPEntity.EmailAddresses
description: The identity entity email address.
type: String
dockerimage: demisto/py3-tools:1.0.0.70543
dockerimage: demisto/py3-tools:1.0.0.72003
isfetch: true
ismappable: true
isremotesyncin: true
Expand Down
Expand Up @@ -431,7 +431,7 @@ or by providing the IDs of the detections.

* * * * *

Resolves and updates a detection using the provided arguments. At least one optional argument must be passed, otherwise no change will take place.
Resolves and updates a detection using the provided arguments. At least one optional argument must be passed, otherwise no change will take place. Note: IDP detections are not supported.

#### Base Command

Expand Down
7 changes: 7 additions & 0 deletions Packs/CrowdStrikeFalcon/ReleaseNotes/1_11_6.md
@@ -0,0 +1,7 @@

#### Integrations

##### CrowdStrike Falcon

- Added a disclaimer to the description of the **cs-falcon-resolve-detection** command that IDP detections are not supported.
- Updated the Docker image to: *demisto/py3-tools:1.0.0.72003*.
2 changes: 1 addition & 1 deletion Packs/CrowdStrikeFalcon/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "CrowdStrike Falcon",
"description": "The CrowdStrike Falcon OAuth 2 API (formerly the Falcon Firehose API), enables fetching and resolving detections, searching devices, getting behaviors by ID, containing hosts, and lifting host containment.",
"support": "xsoar",
"currentVersion": "1.11.5",
"currentVersion": "1.11.6",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down