Skip to content

Commit

Permalink
Update message to match version formats in rule
Browse files Browse the repository at this point in the history
  • Loading branch information
armchairlinguist authored Jan 16, 2024
1 parent d0661c9 commit f6506ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/aws/security/aws-cloudfront-insecure-tls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ rules:
Detected an AWS CloudFront Distribution with an insecure TLS version.
TLS versions less than 1.2 are considered insecure because they
can be broken. To fix this, set your `minimum_protocol_version` to
`"TLS1.2_2018", "TLS1.2_2019" or "TLS1.2_2021"`.
`"TLSv1.2_2018", "TLSv1.2_2019" or "TLSv1.2_2021"`.
metadata:
category: security
technology:
Expand Down

0 comments on commit f6506ec

Please sign in to comment.