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.6k stars 301 forks source link

add headers to examples checker #457

Open marina-p opened 2 years ago

marina-p commented 2 years ago

Currently, only query and body examples are tested. The checker should also test header parameter examples since they are now fully supported in the schema.

Mrinank-Bhowmick commented 1 year ago

Hey @marina-p , I guess this issue is solved in this part https://github.com/microsoft/restler-fuzzer/blob/main/restler/checkers/examples_checker.py#L111

or is there anything else to contribute ?