Release v0.5.2
Release 0.5.2 adds the following:
- Numeric Comparisons (eg, x < 100) (Feature request #14)
- Wildcards now work on items and maps as well as lists
- Json-List types for variables
- Cfn-guard-rulegen-lambda
- Replacement of panics for invalid rule structures with clean exits to make for a more readable/less alarming output
- Cleanup of output formatting to remove excessive and unnecessary string escapes (eg \”)
- Updated cfn-guard README with new sections for Troubleshooting and deeper discussions of rule writing
- Improvements in log readability
- More tests
- Various bug fixes