Closed s1267 closed 1 year ago
Hi @s1267. Would it be possible to also attach (at least a section of) the openapi spec and exact command you are using to run CATS?
Hi @s1267. Would it be possible to also attach (at least a section of) the openapi spec and exact command you are using to run CATS? openapi.json
java -jar cats.jar run -c openapi.json -s http://localhost:6500 sec.yml
- for SecurityFuzzer
java -jar cats.jar run -c openapi.json -s http://localhost:6500 func.yml
- for FunctionalFuzzer
This should be fixed in: https://github.com/Endava/cats/releases/tag/cats-10.1.0
Also, you need to change the OpenAPI version from the file from "openapi": "3.1.0"
to "openapi": "3.0.0"
. CATS doesn't support 3,1
yet.
Thank you so much for the fix. Everything works fine
I am trying to run fuzzing from a yml file with instructions trying to run Functional Fuzzer with the following configuration
and Security Fuzzer