This repository has been archived by the owner on Apr 24, 2019. It is now read-only.
Releases: deep-security/aws-waf
Releases · deep-security/aws-waf
Unicode compatible
This release includes the latest updates from deep-security-py v2.1.1. Unicode tenant names and other unicode objects now work correctly.
This allows users with Japanese or Simplified Chinese usernames and tenants access the integration correctly.
Amazon Linux & AWS Lambda Compatible
With issue #7 resolve, the tool now works on Amazon Linux & AWS Lambda without issue.
Now uses v2 of the deepsecurity-py module.
Final v1 deepsecurity-py usage
A stable release of ds-to-aws-waf.py using v1 of deepsecurity-py.
New CLI providing IP list and SQLi functionality
This tool provides the ability to;
- push Deep Security IP Lists to AWS WAF IP sets
- create a standard SQLi match condition for use in rules
- recommend the use of AWS WAF SQLi rules based on Deep Security protections
This release works with both Deep Security as a Service and other Deep Security installations (such as software or AWS Marketplace)
Initial release of simple IP List to IPSet creation
v0.91 Fixed issue #1 for @fnifni by ensuring that the split is called again…