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 python grammar error when the request path has a colon #766

Closed marina-p closed 1 year ago

marina-p commented 1 year ago

The colon needs to be filtered in order to generate valid python identifiers.