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 283 forks source link

Enable generating unique sequence IDs. #839

Closed marina-p closed 7 months ago

marina-p commented 7 months ago

Add a setting that, when true, sends a header x-restler-sequence-id with each request containing a unique GUID that identifies the RESTler sequence.

This setting is enabled by default.

Testing:

wilbaker commented 7 months ago

@marina-p changes look good to me, I am running a manual test of the changes now

marina-p commented 7 months ago

Thanks, fixing the test in the next update. This was an interesting and good catch - updated RESTler code to use a separate Random() object for sequence generation so it doesn't interfere with the custom user-defined random generator


In reply to: 1735409793