microsoft / restler-fuzzer

RESTler is the first stateful REST API fuzzing tool for automatically testing cloud services through their REST APIs and finding security and reliability bugs in these services.
MIT License
2.59k stars 296 forks source link

Changes to improve the output format for RESTler bugs. #713

Closed anandnooli79 closed 1 year ago

anandnooli79 commented 1 year ago
  1. Added functionality to publish JSON formatted bug details file for each bug reported in addition to the txt file.

  2. Added functionality to publish a Bugs.Json file containing the information on bugs found in a restler run. This will be an index to the individual bug details files.