aws-solutions / aws-waf-security-automations

This solution automatically deploys a single web access control list (web ACL) with a set of AWS WAF rules designed to filter common web-based attacks.
https://aws.amazon.com/solutions/aws-waf-security-automations
Apache License 2.0
845 stars 361 forks source link

feat: make block error codes an environment variable #76

Closed GabeL7r closed 5 years ago

GabeL7r commented 5 years ago

Issue #, if available:

75

Description of changes: Updated the cloudformation template and python log parser to create a configurable environment variable for the status codes to block

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

hnishar commented 5 years ago

Thanks for opening a pull-request ticket. We will review the requests to be implemented in our next release.

hvital commented 5 years ago

Thanks for the contribution. We incorporated the idea and extracted all common customizations to a JSON config file.

More info here