cats-11.5.0
Release Notes:
- Improve cyclic schema dependencies detection to avoid infinite loops
- Add new arguments that deal with anyOf/oneOf generation
- Fix NPE when pattern was empty
- Filter out request payloads that are not fully created and still include ONE_OF/ANY_OF
- If
--targetFields
are not supplied, compute all fields combinations from--data
forcats fuzz
- If
--urlParams
are not supplied for http methods with body, generate random values - Fix issue with lookahead regex operators causing strings not to be generated
- Fix for #122
- Several improvements for the cats fuzz subcommand
- Add 2 new arguments for
--simpleReplace
and--printProgress
for cats fuzz sub-command - Make cats fuzz sub-command render findings in console as it progresses
- When running in summary mode don't prefix log lines with stars
- Fix issue with r
efData
from all not adding keys that were not on the path entry - Make matchXXX arguments required for
cats fuzz
- Fix issues with default values for boolean arguments and their negatable values
- Make cats fuzz do fuzzing based on the
FUZZ
keyword