From 4d8b4d79afac0a857eb33895b78fee4df6665a7b Mon Sep 17 00:00:00 2001 From: Alden Hilton Date: Wed, 8 Jan 2025 13:56:58 -0500 Subject: [PATCH] Change CommonControls 7.1 to SHOULD in rego --- scubagoggles/rego/Commoncontrols.rego | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scubagoggles/rego/Commoncontrols.rego b/scubagoggles/rego/Commoncontrols.rego index eb4f54d7..247b5741 100644 --- a/scubagoggles/rego/Commoncontrols.rego +++ b/scubagoggles/rego/Commoncontrols.rego @@ -1207,7 +1207,7 @@ CommonControlsId7_1 := utils.PolicyIdWithSuffix("GWS.COMMONCONTROLS.7.1") tests contains { "PolicyId": CommonControlsId7_1, - "Criticality": "Shall/Not-Implemented", + "Criticality": "Should/Not-Implemented", "ReportDetails": "Currently not able to be tested automatically; please manually check.", "ActualValue": "", "RequirementMet": false,