You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm in the process of extending a web application security scanner to be able to find security flaws in REST APIs which are documented using open api.
In order to do that, I'm using bravado to parse the open api doc and generating the HTTP requests associated with each operation.
I've found that it is harder than I thought. Do you guys know of any external tool or feature within bravado that will allow me to programmatically and without any previous knowledge of the API parse an open api document and generate HTTP requests to consume it?
The text was updated successfully, but these errors were encountered:
I'm in the process of extending a web application security scanner to be able to find security flaws in REST APIs which are documented using open api.
In order to do that, I'm using bravado to parse the open api doc and generating the HTTP requests associated with each operation.
I've found that it is harder than I thought. Do you guys know of any external tool or feature within bravado that will allow me to programmatically and without any previous knowledge of the API parse an open api document and generate HTTP requests to consume it?
The text was updated successfully, but these errors were encountered: