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

Fix schema parser for arrays. #643

Closed marina-p closed 2 years ago

marina-p commented 2 years ago

The schema parser for arrays and internal objects were not correctly updated after introducing readonly parameters, causing a crash. Found while reproducing #627.

Testing: