Skip to content

cats-9.0.0

Choose a tag to compare

@en-milie en-milie released this 07 Aug 18:04
· 1196 commits to master since this release

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_body when 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 lint command
  • 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