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.62k stars 303 forks source link

Enable generating unique sequence IDs. #839

Closed marina-p closed 1 year ago

marina-p commented 1 year 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 1 year ago

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

marina-p commented 1 year 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