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 #627 RESTler must URL-encode example query parameter values #642

Closed marina-p closed 2 years ago

marina-p commented 2 years ago

Parameters were not being url-encoded. This is now fixed in the main driver.

Checkers that generate fuzzed data (e.g. the invalid value checker) were not updated as part of this change - this additional change will be tracked by a separate item.

Testing: