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

Small fix to annotation handling in dependency analysis #765

Closed marina-p closed 1 year ago

marina-p commented 1 year ago

The specified annotation dependency is being validated after the previous change. However, GET producers should be allowed with a user-specified annotation without having to specify 'allowGetProducers' globally.

Testing: