cats-8.2.0
Release Notes:
- Add exact path from contract in final report. Any fuzzing will be visible in the full path section
- Add new fuzzer called
InvalidReferencesFieldFuzzerthat will fuzz URL parameters with a pre-defined set of payloads - Don't replace ref data when replacing objects with primitives
- Add possibility to set authorisation headers using a script. Use
-H Auth-Header=auth_scriptand provide the script file using--authRefreshScript - Fuzz authentication headers when using
UserDictionaryHeadersFuzzer - Fix issue when PUT and POST had empty bodies
- Avoid logging duplicate lines when skipping HTTP methods
- Fix issue when not properly fuzzing json arrays
- Take examples from Parameters
- Make some fuzzers skip if payload is empty
- Add fuzzer to check if resources are still available after successful DELETE
- Addition small bug fixes