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

correct the HTTPException msg #738

Closed Lucarun closed 1 year ago

Lucarun commented 1 year ago

if payload.id < 10, the HTTPException msg should be "ID must be at least 10"

marina-p commented 1 year ago

Thanks for the fix!