César Gallego Rodríguez

Results 12 issues of César Gallego Rodríguez

Some process are heavy, so you need keep them alive. We need this kind of endpoint?

discussion

Related to #46 Null routes is not a cmd issue. Several modules and testing is requiered for it.

bug

Rigth now the code it's more PoC and less stable. Test and TDD from now please.

enhancement

Code it's text. Text can checked to detect several framework's endpoints. With a litte intelligence we can guess what the endpoints are.

enhancement

Some times (too frecuently in my oppinion) there is no OpenApi file. The proposed tool will create an OpenApi file from proxy captured traffic.

enhancement

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.

enhancement

Star tool, the most asked for. We can compare the captured traffic with the openapi definition and alert when discrepancies are found.

enhancement

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.

enhancement

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...

enhancement

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...

enhancement