From aa8b82989c3422e8a628e9ef43d6619727711df7 Mon Sep 17 00:00:00 2001 From: eric-therond-sonarsource <56015232+eric-therond-sonarsource@users.noreply.github.com> Date: Tue, 22 Feb 2022 18:09:50 +0100 Subject: [PATCH] update sensitive code samples s6249 (#845) --- rules/S6249/cloudformation/rule.adoc | 3 ++- rules/S6249/terraform/rule.adoc | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/rules/S6249/cloudformation/rule.adoc b/rules/S6249/cloudformation/rule.adoc index cdd070b829..543730760a 100644 --- a/rules/S6249/cloudformation/rule.adoc +++ b/rules/S6249/cloudformation/rule.adoc @@ -14,7 +14,8 @@ Resources: S3Bucket: Type: 'AWS::S3::Bucket' # Sensitive ---- -A policy that forces the use of HTTPs only for some users: + +A policy is defined but forces only HTTPs communication for some users: ---- AWSTemplateFormatVersion: 2010-09-09 diff --git a/rules/S6249/terraform/rule.adoc b/rules/S6249/terraform/rule.adoc index 95afe18f35..edcf0b171b 100644 --- a/rules/S6249/terraform/rule.adoc +++ b/rules/S6249/terraform/rule.adoc @@ -14,7 +14,7 @@ resource "aws_s3_bucket" "mynoncompliantbucket" { # Sensitive } ---- -A policy that forces, only for some users, HTTPs is used: +A policy is defined but forces only HTTPs communication for some users: ---- resource "aws_s3_bucket" "mynoncompliantbucket" { # Sensitive