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.58k stars 296 forks source link

Compiler crashes when running on https://api.hackerone.com/v1/api-docs/v1/swagger.json #122

Closed stishkin closed 3 years ago

stishkin commented 3 years ago

tried to run RESTler on https://api.hackerone.com/v1/api-docs/v1/swagger.json

RESTler compiler crashed with :

Unhandled exception. System.AggregateException: One or more errors occurred. (Could not resolve the path '#/components/schemas/automated_remediation_guidance'.) ---> System.InvalidOperationException: Could not resolve the path '#/components/schemas/automated_remediation_guidance'.

marina-p commented 3 years ago

@stishkin This looks like a bug in the specification. That path is not present in the specification, which causes the parsing exception.