César Gallego Rodríguez
César Gallego Rodríguez
Some process are heavy, so you need keep them alive. We need this kind of endpoint?
Related to #46 Null routes is not a cmd issue. Several modules and testing is requiered for it.
Rigth now the code it's more PoC and less stable. Test and TDD from now please.
Code it's text. Text can checked to detect several framework's endpoints. With a litte intelligence we can guess what the endpoints are.
Some times (too frecuently in my oppinion) there is no OpenApi file. The proposed tool will create an OpenApi file from proxy captured traffic.
The most commands in ApiCheck return a json structure that represent the request. The proposed command will perform the request json and return the response json.
Star tool, the most asked for. We can compare the captured traffic with the openapi definition and alert when discrepancies are found.
Rigth now you can fuzz when generate data from open api. If we enable fuzz within the rules we be able to fuzz the proxy captured traffic also.
Related to: https://github.com/BBVA/apicheck/issues/5 The Rules file must have a mechanism to tell apicheck when you want to pic one random element for each dictionary or when you want to visit...
RIght now every time that you declare a dicctionary a random element is picked at data generation. So, you can't know if every item is visited or not. In order...