cats-9.0.0
Release notes:
- Brand new logo
- New reporting design with more cleaner UI and omni-search in summary page
- Fix out of bounds issue with pattern containing length
- Add new fuzzer to replace primitive values with objects
- Add new Fuzzer to replace objects with arrays
- Change the value for almost valid UUID values
- Add fuzzers to replace arrays with primitives or objects
- Add new Fuzzer to overflow array size
- Switch skip message to debug to avoid too much logging
- Add new Fuzzer to overflow map sizes
- Ignore
empty_bodywhen checking naming conventions - Don't escape query params when writing the full request path
- When searching for the fuzzedField in validation error response accomodate for snake-case and kebab_case
- Add possibility to skip fuzzers when running
lintcommand - Add possibility to include/exclude more granular log levels
- Add 2 new arguments to ignore reporting for success and warning
- #72 Add possibility to ignore fields in FunctionalFuzzer
- Renamed ContractInfo Fuzzers to LintFuzzers
- Add update check functionality to display new version if available