From ecec7841135e867ad5bc02d7d4845163f9204ade Mon Sep 17 00:00:00 2001 From: Sascha Duwe <1499305+FallenAtticus@users.noreply.github.com> Date: Tue, 7 Sep 2021 11:13:42 +0200 Subject: [PATCH 1/2] Update check23 Fixed reference link --- checks/check23 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checks/check23 b/checks/check23 index 56984176..10cfa3a4 100644 --- a/checks/check23 +++ b/checks/check23 @@ -23,7 +23,7 @@ CHECK_ASFF_COMPLIANCE_TYPE_check23="ens-op.exp.10.aws.trail.3 ens-op.exp.10.aws. CHECK_SERVICENAME_check23="cloudtrail" CHECK_RISK_check23='Allowing public access to CloudTrail log content may aid an adversary in identifying weaknesses in the affected accounts use or configuration.' CHECK_REMEDIATION_check23='Analyze Bucket policy to validate appropriate permissions. Ensure the AllUsers principal is not granted privileges. Ensure the AuthenticatedUsers principal is not granted privileges.' -CHECK_DOC_check23='https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_ principal.html ' +CHECK_DOC_check23='https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_principal.html ' CHECK_CAF_EPIC_check23='Logging and Monitoring' check23(){ From aadc7640b17ddd5981918bda878207ce4e03304b Mon Sep 17 00:00:00 2001 From: "sascha.duwe" Date: Tue, 7 Sep 2021 15:30:17 +0200 Subject: [PATCH 2/2] Removed the trailing space --- checks/check23 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checks/check23 b/checks/check23 index 10cfa3a4..8e4fbf4c 100644 --- a/checks/check23 +++ b/checks/check23 @@ -23,7 +23,7 @@ CHECK_ASFF_COMPLIANCE_TYPE_check23="ens-op.exp.10.aws.trail.3 ens-op.exp.10.aws. CHECK_SERVICENAME_check23="cloudtrail" CHECK_RISK_check23='Allowing public access to CloudTrail log content may aid an adversary in identifying weaknesses in the affected accounts use or configuration.' CHECK_REMEDIATION_check23='Analyze Bucket policy to validate appropriate permissions. Ensure the AllUsers principal is not granted privileges. Ensure the AuthenticatedUsers principal is not granted privileges.' -CHECK_DOC_check23='https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_principal.html ' +CHECK_DOC_check23='https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_principal.html' CHECK_CAF_EPIC_check23='Logging and Monitoring' check23(){