From b3ed87fff1fba672f62cae29fe41fa2a043f7bf1 Mon Sep 17 00:00:00 2001 From: arcuri82 Date: Thu, 12 Mar 2026 09:07:29 +0100 Subject: [PATCH 1/3] Info on fuzzers involved with WFC --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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) From b09dd863a43f22263ee8ea477bcda9e0a3e74dc5 Mon Sep 17 00:00:00 2001 From: arcuri82 Date: Wed, 25 Mar 2026 09:39:48 +0100 Subject: [PATCH 2/3] rephrased sentence to do not restrain list to only "current" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7e8422..005fd33 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ If you are using WFC in an academic work, you can cite the following: WFC has been initially developed by the authors of [EvoMaster](https://github.com/WebFuzzing/EvoMaster). 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 involved with WFC (in alphabetic order): +Existing fuzzers that have been involved with WFC (in alphabetic order): * [CATS](https://github.com/Endava/cats) * [EvoMaster](https://github.com/WebFuzzing/EvoMaster) * [Schemathesis](https://github.com/schemathesis/schemathesis) From 38bfdc3b3a2b5e5615e9a839adeb86c809c074aa Mon Sep 17 00:00:00 2001 From: arcuri82 Date: Wed, 25 Mar 2026 09:42:32 +0100 Subject: [PATCH 3/3] further clarification --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 005fd33..f3557b9 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ If you are using WFC in an academic work, you can cite the following: WFC has been initially developed by the authors of [EvoMaster](https://github.com/WebFuzzing/EvoMaster). 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. -Existing fuzzers that have been involved with WFC (in alphabetic order): +Existing fuzzers that have been involved with WFC, and/or are fully/partially supporting it (in alphabetic order): * [CATS](https://github.com/Endava/cats) * [EvoMaster](https://github.com/WebFuzzing/EvoMaster) * [Schemathesis](https://github.com/schemathesis/schemathesis)