Skip to content

Commit 53d6708

Browse files
authored
Merge pull request #3657 from semgrep/armchairlinguist/tf-gcp-bucket-access
Add detail to message for TF GCP bucket access
2 parents 221e21c + 342d4b4 commit 53d6708

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

terraform/gcp/security/gcp-storage-bucket-uniform-access.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ rules:
1313
...
1414
}
1515
message: >-
16-
Ensure that Cloud Storage buckets have uniform bucket-level access enabled
16+
Ensure that Cloud Storage buckets have uniform bucket-level access enabled. Setting
17+
`uniform_bucket_level_access` to `true` ensures that access is managed uniformly at
18+
the bucket level, which improves security by disabling object-level ACLs.
1719
metadata:
1820
owasp:
1921
- A05:2017 - Broken Access Control

0 commit comments

Comments
 (0)