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

[Feature Request] Do not handle minimum, maximum and default property keywords to specify the range of possible values to fuzz #802

Open Oleggg2000 opened 10 months ago

Oleggg2000 commented 10 months ago

💡 Idea

So It would be great to make restler parse these values according to OpenAPI specification and add their future processing in engine. The same as implemented "examples" keyword in primitives.restlerfuzzable*

Design Notes

No response