diff --git a/README.md b/README.md index 9647af1..d7e8422 100644 --- a/README.md +++ b/README.md @@ -52,11 +52,11 @@ If you are using WFC in an academic work, you can cite the following: ## Fuzzers Supporting WFC WFC has been initially developed by the authors of [EvoMaster](https://github.com/WebFuzzing/EvoMaster). -If your fuzzer supports now WFC (e.g., implements authentication mechanisms based on WFC schema definition, and can output results in WFC report format), create a PR (or send us a message) and we will add information about it here. +If your fuzzer supports WFC (e.g., implements authentication mechanisms based on WFC schema definition, or can output results in WFC report format), or it is in the process of supporting it, create a PR (or send us a message) and we will add information about it here. -Current fuzzers (fully/partially) supporting WFC: +Current fuzzers involved with WFC (in alphabetic order): +* [CATS](https://github.com/Endava/cats) * [EvoMaster](https://github.com/WebFuzzing/EvoMaster) - - - +* [Schemathesis](https://github.com/schemathesis/schemathesis) +* [WuppieFuzz](https://github.com/TNO-S3/WuppieFuzz)