From 53a72a3c7cd526cd80acddfe7dcbedf5f58678b8 Mon Sep 17 00:00:00 2001 From: Prowler Bot Date: Tue, 29 Jul 2025 09:32:20 +0200 Subject: [PATCH] fix(prowler-threatscore): remove typo from description req 1.2.3 - m365 (#8387) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Pedro Martín Co-authored-by: Sergio Garcia --- prowler/CHANGELOG.md | 1 + prowler/compliance/m365/prowler_threatscore_m365.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/prowler/CHANGELOG.md b/prowler/CHANGELOG.md index f1bc4b595d..2b859926ca 100644 --- a/prowler/CHANGELOG.md +++ b/prowler/CHANGELOG.md @@ -15,6 +15,7 @@ All notable changes to the **Prowler SDK** are documented in this file. ### Fixed - Add more validations to Azure Storage models when some values are None to avoid serialization issues [(#8325)](https://github.com/prowler-cloud/prowler/pull/8325) - `sns_topics_not_publicly_accessible` false positive with `aws:SourceArn` conditions [(#8326)](https://github.com/prowler-cloud/prowler/issues/8326) +- Remove typo from description req 1.2.3 - Prowler ThreatScore m365 [(#8384)](https://github.com/prowler-cloud/prowler/pull/8384) - Way of counting FAILED/PASS reqs from `kisa_isms_p_2023_aws` table [(#8382)](https://github.com/prowler-cloud/prowler/pull/8382) --- diff --git a/prowler/compliance/m365/prowler_threatscore_m365.json b/prowler/compliance/m365/prowler_threatscore_m365.json index ace3eee2a6..e34d63364e 100644 --- a/prowler/compliance/m365/prowler_threatscore_m365.json +++ b/prowler/compliance/m365/prowler_threatscore_m365.json @@ -348,7 +348,7 @@ }, { "Id": "1.2.3", - "Description": "entra_managed_device_required_for_mfa_registration", + "Description": "Ensure the admin consent workflow is enabled.", "Checks": [ "entra_admin_consent_workflow_enabled" ],