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

Fix example parsing bug. #647

Closed marina-p closed 2 years ago

marina-p commented 2 years ago

The null value parsing logic was being applied to any example, but should have only been applied to objects.

Testing: