Skip to content

kitty v0.6.5

Compare
Choose a tag to compare
@BinyaminSharet BinyaminSharet released this 20 Mar 15:11
· 245 commits to master since this release
  • bugfix: [ClientFuzzer] Fixed off-by-one bug in the fuzzing index (start/end) of client fuzzer
  • bugfix: [ClientFuzzer] Protect from multiple calls to start (can now restart stack without restarting fuzzer)
  • bugfix: [ClientFuzzer] Fixed exception when there are no stage to log
  • new feature: [ClientFuzzer] Added requested stages (by the stack) to the report
  • new feature: [ClientFuzzer] Added API to check if client fuzzer is done fuzzing
  • new feature: [Remote] Added stop API for RPC server