rspec/rules/S6281/recommended.adoc
2021-05-21 18:34:30 +02:00

9 lines
406 B
Plaintext

== Recommended Secure Coding Practices
It's recommended to configure:
* ``++BlockPublicAcls++`` to ``++true++`` to block new attempts to set public ACLs.
* ``++IgnorePublicAcls++`` to ``++true++`` to block existing public ACLs.
* ``++BlockPublicPolicy++`` to ``++true++`` to block new attempts to set public policies.
* ``++RestrictPublicBuckets++`` to ``++true++`` to restrict existing public policies.