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

Fix missing producer_timing_delay. #796

Closed marina-p closed 11 months ago

marina-p commented 11 months ago

This bug was found when specifying a producer_timing_delay for a resource that was also specified as create_once. Here, the length of the sequence was 1, and RESTler proceeded fuzzing with the create_once resource in a not-ready state.

By default, change the behavior to always wait after the resource creation.