Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)