Skip to content

cats-7.3.0

Compare
Choose a tag to compare
@en-milie en-milie released this 25 May 19:12
· 1206 commits to master since this release

Release Notes:

  • Fix for #43
  • Change logic of AbugidasFields fuzzer to reflect the fact that the payloads contain both unicode control chars as well as valid characters
  • Change ZalgoText fuzzer to prefix valid values rather than replace
  • Introduce a --selfReferenceDepth argument used when there are cyclic dependencies between objects
  • Remove TrimValidate, ValidateTrim, SanitizeValidate, ValidateSanitize from fuzzer names
  • Introduce junit report summary format
  • Fix issue in StringGenerator that was looping indefinetly for some patterns
  • Fix issue for some query params not being properly url escaped
  • Fix issue when content type was not properly added when using custom vendor headers
  • Make XXXOnlyFuzzers run for DELETE and GET
  • Update dependencies to latest versions