-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Host/Server Parsing Bug leading to scan crash #52
Comments
Hi, @dmdhrumilmistry I am sharing the JSON file with you. Please verify from your end as well. |
Hey @puriaayush01 The file that you've provided is not a valid openapi/swagger documentation file. I would suggest to review openapi/swagger documentation for creating api documentations. |
Hey @dmdhrumilmistry . I am using the VAmPi Open API Swagger file to test. Is this not valid? |
I believe you've mistakenly attached postman documentation. The snippets you've attached is missing server urls so tool doesn't know where to send requests. You need to add server urls to the documentation. servers:
- url: http://{IP}:{PORT}/{API_BASEPATH}
You can use Swagger editor for making necessary changes (It might convert your json file to yaml format) You can use the openapi documentation after adding server urls. |
Originally posted by @puriaayush01 in #45 (comment)
The text was updated successfully, but these errors were encountered: