From 880523880d7da6f67d209b6794b0ae6f44f3b85c Mon Sep 17 00:00:00 2001 From: CenturionGamer Date: Thu, 28 Jan 2021 13:06:44 -0500 Subject: [PATCH] Update check_extra73 Fixed the grammar by removing "the" in the description. --- checks/check_extra73 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checks/check_extra73 b/checks/check_extra73 index 601d39f5..15c260b5 100644 --- a/checks/check_extra73 +++ b/checks/check_extra73 @@ -12,7 +12,7 @@ # specific language governing permissions and limitations under the License. CHECK_ID_extra73="7.3" -CHECK_TITLE_extra73="[extra73] Ensure there are no S3 buckets open to the Everyone or Any AWS user (Not Scored) (Not part of CIS benchmark)" +CHECK_TITLE_extra73="[extra73] Ensure there are no S3 buckets open to Everyone or Any AWS user (Not Scored) (Not part of CIS benchmark)" CHECK_SCORED_extra73="NOT_SCORED" CHECK_TYPE_extra73="EXTRA" CHECK_SEVERITY_extra73="Critical"