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.52k stars 284 forks source link

Remove debug output containing token data from invalid value checker #783

Closed marina-p closed 1 year ago

marina-p commented 1 year ago

The checker was logging tokens to its checker log. This change removes the statement that logged the payload separately in this checker log, which is not necessary. The payloads are already logged to the network log, which can be used for debugging the sent requests.