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 custom payload handling #788

Closed marina-p closed 11 months ago

marina-p commented 12 months ago

Several types in the python schema had missing handling for generating correct grammar elements for custom payloads or dynamic objects.

This caused example payloads (after the first one which is present in grammar.py) to be generated incorrectly.

Closes #787