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

Add new settings to include and exclude specific requests. #614

Closed marina-p closed 2 years ago

marina-p commented 2 years ago

This is required for maintaining specific endpoints that should not be exercised, and is a cleaner way to do so than the existing path_regex switch.

Also fixes a bug in path_regex.

Testing:

Partially implements #282. A new property will be added separately to completely exclude DELETEs from running.