From 8bc44ea1970a1626faf328d8b56e6b5f80580be4 Mon Sep 17 00:00:00 2001 From: Nikita Burtsev Date: Thu, 15 Feb 2024 17:07:32 +0100 Subject: [PATCH] [resotocore][fix] fix case for certificate_transparency_logging value (#1916) --- resotocore/resotocore/static/report/checks/aws/aws_acm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resotocore/resotocore/static/report/checks/aws/aws_acm.json b/resotocore/resotocore/static/report/checks/aws/aws_acm.json index 57c69636c..1fb563a92 100644 --- a/resotocore/resotocore/static/report/checks/aws/aws_acm.json +++ b/resotocore/resotocore/static/report/checks/aws/aws_acm.json @@ -10,7 +10,7 @@ "risk": "Without ACM certificate transparency, the risk of unauthorized SSL/TLS certificates going undetected increases, posing a threat to website and infrastructure security.", "severity": "medium", "detect": { - "resoto": "is(aws_acm_certificate) and type!=IMPORTED and certificate_transparency_logging!=Enabled" + "resoto": "is(aws_acm_certificate) and type!=IMPORTED and certificate_transparency_logging!=ENABLED" }, "remediation": { "text": "To fix this issue, select the certificate you want to check in ACM. In the certificate details, look for the 'Certificate Transparency Logging' attribute and ensure it is enabled.",