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

is_resource_generator() function does not handle input only producer variables #671

Closed marina-p closed 1 year ago

marina-p commented 1 year ago

Description

A resource generator that does not have a response parser should be identified.

This was missed when introducing the input producer feature.

Steps to reproduce

Specify create once endpoint for a variable input producer. The destructor will be invoked, but not the producer to create the resource.

Expected results

No response

Actual results

No response

Environment details

No response