stelligent / cfn_nag

Linting tool for CloudFormation templates
MIT License
1.25k stars 209 forks source link

Allow deny list replacement terms #563

Closed rrhodes closed 2 years ago

rrhodes commented 3 years ago

Replace references to "blacklist" with "deny list". Similarly replace any documentation references to profiling "whitelist" functionality with "allow list".


Closes #562

arothian commented 2 years ago

Thanks for this contribution @rrhodes . I made some additional changes, so that we can push this out in a backwards compatible manner without breaking the existing API for folks and added some additional tests.

Let me know if you have concerns with this approach.

rrhodes commented 2 years ago

Changes look great, @arothian, thanks! Do you have permissions to merge this?