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 283 forks source link

Encountering the "Path parameters with nested object types are not supported" Error #833

Open saalim-mushtaq opened 7 months ago

saalim-mushtaq commented 7 months ago

Description

In the search for an effective fuzzer solution for RESTful APIs, I evaluated RESTler.During my recent efforts to fuzz test our RESTful APIs using RESTler we encountered a significant limitation, RESTler's inability to handle nested object types in path parameters. This restriction arose while attempting to fuzz APIs defined using Swagger JSON (swagger.json), a widely used format for describing RESTful APIs. However, RESTler's current implementation does not support these nested object types in path parameters.

marina-p commented 7 months ago

Hello @saalim-mushtaq,

Could you please share an example of the path parameter for which you need support?

Thank you,

Marina