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 incorrect quoting around example values #729

Closed marina-p closed 1 year ago

marina-p commented 1 year ago

Fix quoting logic in the formatJTokenProperty function.

Testing:

Closes #724