Skip to content

Commit

Permalink
[resotocore][fix] fix case for certificate_transparency_logging value (
Browse files Browse the repository at this point in the history
  • Loading branch information
nburtsev committed Feb 15, 2024
1 parent 0bf3127 commit 8bc44ea
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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.",
Expand Down

0 comments on commit 8bc44ea

Please sign in to comment.