From 56e85580f76f5fd838a718d7fa1af59e0c7b0527 Mon Sep 17 00:00:00 2001 From: Thomas Naunheim <47817884+Cloud-Architekt@users.noreply.github.com> Date: Thu, 7 Nov 2024 07:26:25 +0100 Subject: [PATCH] Updated recommended value for CR04 Supporting shorter duration as requested in the Maester issue https://github.com/maester365/maester/issues/506 --- config/EidscaConfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/EidscaConfig.json b/config/EidscaConfig.json index 67f75d2..a2696bd 100644 --- a/config/EidscaConfig.json +++ b/config/EidscaConfig.json @@ -2374,7 +2374,7 @@ "SkipReason": "Admin Consent Workflow is not enabled", "CurrentValue": "requestDurationInDays", "DefaultValue": "", - "RecommendedValue": "30", + "RecommendedValue": "<=30", "Recommendation": "", "Severity": "", "MitreTactic": [ @@ -2542,4 +2542,4 @@ } ] } -] \ No newline at end of file +]