Skip to content

Commit

Permalink
Update README.md (demisto#37035)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
ShirleyDenkberg and RosenbergYehuda authored Nov 4, 2024
1 parent 651e554 commit 3fb177f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 6 additions & 0 deletions Packs/CrowdStrikeFalcon/ReleaseNotes/2_0_23.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Integrations

##### CrowdStrike Falcon

Improved documentation.
2 changes: 1 addition & 1 deletion Packs/CrowdStrikeFalcon/pack_metadata.json
Original file line number Diff line number Diff line change
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": "2.0.22",
"currentVersion": "2.0.23",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down

0 comments on commit 3fb177f

Please sign in to comment.