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

need to document 'no_tokens_in_logs' #741

Open marina-p opened 1 year ago

marina-p commented 1 year ago

Description

This switch can be helpful when debugging correctness issues with generated tokens.

ro4i7 commented 1 year ago

Hello @marina-p I found this 'no_tokens_in_logs' used in the restler.py file. So, do I have to add in the form of a comment in that code file or any specific doc file?

marina-p commented 1 year ago

Hello @ro4i7,

It needs to be added in the engine settings file.

"no_tokens_in_logs": true

Thanks,

Marina