diff --git a/Packs/CrowdStrikeFalcon/Integrations/CrowdStrikeFalcon/CrowdStrikeFalcon.yml b/Packs/CrowdStrikeFalcon/Integrations/CrowdStrikeFalcon/CrowdStrikeFalcon.yml index 404e840c3cc5..c2789489271b 100644 --- a/Packs/CrowdStrikeFalcon/Integrations/CrowdStrikeFalcon/CrowdStrikeFalcon.yml +++ b/Packs/CrowdStrikeFalcon/Integrations/CrowdStrikeFalcon/CrowdStrikeFalcon.yml @@ -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. @@ -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 diff --git a/Packs/CrowdStrikeFalcon/Integrations/CrowdStrikeFalcon/README.md b/Packs/CrowdStrikeFalcon/Integrations/CrowdStrikeFalcon/README.md index a78f4c0113a5..dc6718996c2e 100644 --- a/Packs/CrowdStrikeFalcon/Integrations/CrowdStrikeFalcon/README.md +++ b/Packs/CrowdStrikeFalcon/Integrations/CrowdStrikeFalcon/README.md @@ -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 diff --git a/Packs/CrowdStrikeFalcon/ReleaseNotes/1_11_6.md b/Packs/CrowdStrikeFalcon/ReleaseNotes/1_11_6.md new file mode 100644 index 000000000000..dece01c470da --- /dev/null +++ b/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*. \ No newline at end of file diff --git a/Packs/CrowdStrikeFalcon/pack_metadata.json b/Packs/CrowdStrikeFalcon/pack_metadata.json index 0d828fa3421e..a7901a86ff65 100644 --- a/Packs/CrowdStrikeFalcon/pack_metadata.json +++ b/Packs/CrowdStrikeFalcon/pack_metadata.json @@ -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": "",