From 68b4fa2e368cbf4b3c9f701154a3cd865465402c Mon Sep 17 00:00:00 2001 From: John Pipkin Date: Tue, 26 Aug 2025 14:53:33 -0500 Subject: [PATCH 1/4] Add notes --- .../2024/2025-09-03-applicaton-update.md | 55 +++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 blog-csoar/2024/2025-09-03-applicaton-update.md diff --git a/blog-csoar/2024/2025-09-03-applicaton-update.md b/blog-csoar/2024/2025-09-03-applicaton-update.md new file mode 100644 index 0000000000..42252fba4f --- /dev/null +++ b/blog-csoar/2024/2025-09-03-applicaton-update.md @@ -0,0 +1,55 @@ +--- +title: September 3, 2025 - Application Update +hide_table_of_contents: true +image: https://help.sumologic.com/img/reuse/rss-image.jpg +keywords: + - automation service + - cloud soar + - soar +--- + +import useBaseUrl from '@docusaurus/useBaseUrl'; + +## August release + +### New feature: Test nodes in playbooks + +The new **Test Node** toggle on nodes allows you to test individual nodes in playbooks without having to run the entire playbook, offering greater control over node configuration and troubleshooting. + +What's new: +* Provide mock values for variables used in the node, and run the results to see the output and any errors. +* Available on action, condition, user choice, and task nodes. (It is not available on filter, nested playbook, start, or end nodes.) +* Testing nodes counts against your [action limit](/docs/platform-services/automation-service/about-automation-service/#actions-limit) quota. + +For more information, see [Test nodes in a playbook](/docs/platform-services/automation-service/automation-service-playbooks/#test-nodes-in-a-playbook). + +### Changes and enhancements + +#### Platform + +Default action limit increased to 500. + +#### Integrations + +* [UPDATED] [Trend Micro Vision One](/docs/platform-services/automation-service/app-central/integrations/trend-micro-vision-one/) + * Fixed type SHA1 issue in action Add Object To Suspicious Object List and Delete Object From Suspicious Object List. + * Added SHA256 support in action Add Object To Suspicious Object List and Delete Object From Suspicious Object List. +* [UPDATED] [CrowdStrike Falcon](/docs/platform-services/automation-service/app-central/integrations/crowdstrike-falcon/) + * Resolved timeout issues across all actions, including daemons and enrichment queries, for improved stability and performance. +* [UPDATED] [ManageEngine Desktop Central](/docs/platform-services/automation-service/app-central/integrations/manage-engine-desktop-central/) + * Added support for both Cloud and On-prem based account type authentication. + +### Bug Fixes + +#### Playbooks + +* Fixed a bug causing false loop detection in playbook execution. +* Fixed operator inconsistencies within conditions for condition and filter nodes. + +#### Integrations + +Resolved installation error for App Central integrations conflicting with existing custom integrations of the same name. + +#### Incidents + +Fixed unlimited file upload vulnerability in the Incident documentation feature. \ No newline at end of file From d331579276c1b17645b42758a68968573f41565a Mon Sep 17 00:00:00 2001 From: John Pipkin Date: Tue, 26 Aug 2025 15:00:34 -0500 Subject: [PATCH 2/4] Move file --- blog-csoar/{2024 => }/2025-09-03-applicaton-update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename blog-csoar/{2024 => }/2025-09-03-applicaton-update.md (96%) diff --git a/blog-csoar/2024/2025-09-03-applicaton-update.md b/blog-csoar/2025-09-03-applicaton-update.md similarity index 96% rename from blog-csoar/2024/2025-09-03-applicaton-update.md rename to blog-csoar/2025-09-03-applicaton-update.md index 42252fba4f..29f73865f7 100644 --- a/blog-csoar/2024/2025-09-03-applicaton-update.md +++ b/blog-csoar/2025-09-03-applicaton-update.md @@ -21,7 +21,7 @@ What's new: * Available on action, condition, user choice, and task nodes. (It is not available on filter, nested playbook, start, or end nodes.) * Testing nodes counts against your [action limit](/docs/platform-services/automation-service/about-automation-service/#actions-limit) quota. -For more information, see [Test nodes in a playbook](/docs/platform-services/automation-service/automation-service-playbooks/#test-nodes-in-a-playbook). +For more information, see [Test nodes in a playbook](/docs/platform-services/automation-service/automation-service-playbooks). ### Changes and enhancements From d439afab60e188590ed083833c5a7c42e6878285 Mon Sep 17 00:00:00 2001 From: John Pipkin Date: Tue, 2 Sep 2025 09:55:48 -0500 Subject: [PATCH 3/4] Minor tweak --- blog-csoar/2025-09-03-applicaton-update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog-csoar/2025-09-03-applicaton-update.md b/blog-csoar/2025-09-03-applicaton-update.md index 29f73865f7..164a29ccc8 100644 --- a/blog-csoar/2025-09-03-applicaton-update.md +++ b/blog-csoar/2025-09-03-applicaton-update.md @@ -18,7 +18,7 @@ The new **Test Node** toggle on nodes allows you to test individual nodes in pla What's new: * Provide mock values for variables used in the node, and run the results to see the output and any errors. -* Available on action, condition, user choice, and task nodes. (It is not available on filter, nested playbook, start, or end nodes.) +* Available on action, condition, user choice, and task nodes. (It is not available on filter or nested playbook nodes.) * Testing nodes counts against your [action limit](/docs/platform-services/automation-service/about-automation-service/#actions-limit) quota. For more information, see [Test nodes in a playbook](/docs/platform-services/automation-service/automation-service-playbooks). From 107a268f30cf638d0bb19d0f85a2cb96f6b22eb5 Mon Sep 17 00:00:00 2001 From: John Pipkin Date: Thu, 4 Sep 2025 08:47:34 -0500 Subject: [PATCH 4/4] Remove test node item --- ...aton-update.md => 2025-09-04-applicaton-update.md} | 11 ----------- 1 file changed, 11 deletions(-) rename blog-csoar/{2025-09-03-applicaton-update.md => 2025-09-04-applicaton-update.md} (68%) diff --git a/blog-csoar/2025-09-03-applicaton-update.md b/blog-csoar/2025-09-04-applicaton-update.md similarity index 68% rename from blog-csoar/2025-09-03-applicaton-update.md rename to blog-csoar/2025-09-04-applicaton-update.md index 164a29ccc8..b0c6bf53bd 100644 --- a/blog-csoar/2025-09-03-applicaton-update.md +++ b/blog-csoar/2025-09-04-applicaton-update.md @@ -12,17 +12,6 @@ import useBaseUrl from '@docusaurus/useBaseUrl'; ## August release -### New feature: Test nodes in playbooks - -The new **Test Node** toggle on nodes allows you to test individual nodes in playbooks without having to run the entire playbook, offering greater control over node configuration and troubleshooting. - -What's new: -* Provide mock values for variables used in the node, and run the results to see the output and any errors. -* Available on action, condition, user choice, and task nodes. (It is not available on filter or nested playbook nodes.) -* Testing nodes counts against your [action limit](/docs/platform-services/automation-service/about-automation-service/#actions-limit) quota. - -For more information, see [Test nodes in a playbook](/docs/platform-services/automation-service/automation-service-playbooks). - ### Changes and enhancements #### Platform