Skip to content

cats-8.2.0

Choose a tag to compare

@en-milie en-milie released this 18 Oct 18:12

Release Notes:

  • Add exact path from contract in final report. Any fuzzing will be visible in the full path section
  • Add new fuzzer called InvalidReferencesFieldFuzzer that 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_script and 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