update sensitive code samples s6249 (#845)

This commit is contained in:
eric-therond-sonarsource 2022-02-22 18:09:50 +01:00 committed by GitHub
parent 34aad572a9
commit aa8b82989c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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