From 3fb177f04e3b95fccba3e928eb59a3e36a0661e5 Mon Sep 17 00:00:00 2001 From: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com> Date: Tue, 5 Nov 2024 00:18:40 +0200 Subject: [PATCH] Update README.md (#37035) * Update README.md Add the following to the add_comment argument in the "cs-falcon-resolve-incident" command: Comment is limited to 1024 characters. * Update CrowdStrikeFalcon.yml * release notes --------- Co-authored-by: yrosenberg --- .../Integrations/CrowdStrikeFalcon/CrowdStrikeFalcon.yml | 2 +- .../Integrations/CrowdStrikeFalcon/README.md | 2 +- Packs/CrowdStrikeFalcon/ReleaseNotes/2_0_23.md | 6 ++++++ Packs/CrowdStrikeFalcon/pack_metadata.json | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 Packs/CrowdStrikeFalcon/ReleaseNotes/2_0_23.md diff --git a/Packs/CrowdStrikeFalcon/Integrations/CrowdStrikeFalcon/CrowdStrikeFalcon.yml b/Packs/CrowdStrikeFalcon/Integrations/CrowdStrikeFalcon/CrowdStrikeFalcon.yml index 3f5cc95f5f4a..b4fbdf39ba29 100644 --- a/Packs/CrowdStrikeFalcon/Integrations/CrowdStrikeFalcon/CrowdStrikeFalcon.yml +++ b/Packs/CrowdStrikeFalcon/Integrations/CrowdStrikeFalcon/CrowdStrikeFalcon.yml @@ -2447,7 +2447,7 @@ script: name: add_tag - description: Remove a tag from the incidents. name: remove_tag - - description: Add a comment to the incident. + - description: Add a comment to the incident. Comment is limited to 1024 characters. name: add_comment description: Resolve and update incidents using the specified settings. name: cs-falcon-resolve-incident diff --git a/Packs/CrowdStrikeFalcon/Integrations/CrowdStrikeFalcon/README.md b/Packs/CrowdStrikeFalcon/Integrations/CrowdStrikeFalcon/README.md index 42da11f4674b..bef8f96878ea 100644 --- a/Packs/CrowdStrikeFalcon/Integrations/CrowdStrikeFalcon/README.md +++ b/Packs/CrowdStrikeFalcon/Integrations/CrowdStrikeFalcon/README.md @@ -3305,7 +3305,7 @@ Resolve and update incidents using the specified settings. | username | Username of a user to assign the incident to. Mutually exclusive with the 'assigned_to_uuid' argument. Using this parameter instead of 'assigned_to_uuid' will result in an additional API call in order to fetch the UUID of the user. | Optional | | add_tag | Add a new tag to the incidents. | Optional | | remove_tag | Remove a tag from the incidents. | Optional | -| add_comment | Add a comment to the incident. | Optional | +| add_comment | Add a comment to the incident. Comment is limited to 1024 characters. | Optional | #### Context Output diff --git a/Packs/CrowdStrikeFalcon/ReleaseNotes/2_0_23.md b/Packs/CrowdStrikeFalcon/ReleaseNotes/2_0_23.md new file mode 100644 index 000000000000..e6951c8278fc --- /dev/null +++ b/Packs/CrowdStrikeFalcon/ReleaseNotes/2_0_23.md @@ -0,0 +1,6 @@ + +#### Integrations + +##### CrowdStrike Falcon + +Improved documentation. diff --git a/Packs/CrowdStrikeFalcon/pack_metadata.json b/Packs/CrowdStrikeFalcon/pack_metadata.json index e242ece759dd..1bd03dcc0950 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": "2.0.22", + "currentVersion": "2.0.23", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "",