Closed finicu212 closed 1 year ago
Hi, it seems that their certificate revocation list contained some unsupported critical extension. Anyway, it seems to be either temporary of fixed. The current version of fuzzer (c487471
) runs without errors.
> openapi-fuzzer run -s petstore.yaml -u https://petstore.swagger.io/v2/
METHOD PATH STATUS MEAN (μs) STD.DEV. MIN (μs) MAX (μs)
GET pets failed 126826 51502 119230 535366
POST pets failed 119294 0 119294 119294
GET pets/{petId} failed 343521 151851 118650 517926
Hi!
I'm trying to fuzz a public yaml: https://github.com/OAI/OpenAPI-Specification/blob/main/examples/v3.0/petstore.yaml with endpoint here https://petstore.swagger.io/v2
however, it fails with message (running with
RUST_BACKTRACE=1
)Any idea what could be causing this? Thanks!
openapi-fuzzer
was installed via cargo$ cargo install openapi-fuzzer
( openapi-fuzzer v0.1.3 )