fix(prowler-threatscore): remove typo from description req 1.2.3 - m365 (#8387)

Co-authored-by: Pedro Martín <pedromarting3@gmail.com>
Co-authored-by: Sergio Garcia <hello@mistercloudsec.com>
This commit is contained in:
Prowler Bot
2025-07-29 09:32:20 +02:00
committed by GitHub
parent f44b20ff4c
commit 53a72a3c7c
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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)
---
@@ -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"
],