Skip to content

Commit

Permalink
Change number of fuzzers to 100+
Browse files Browse the repository at this point in the history
  • Loading branch information
en-milie committed Aug 7, 2023
1 parent ea0eb6b commit ade183d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/slicing-strategies.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: How to get meaningful results in a timely manner

# Slicing Strategies

CATS has a significant number of Fuzzers. Currently, **98** and growing. Some Fuzzers are executing multiple tests for every given field within the request.
CATS has a significant number of Fuzzers. Currently, **100+** and growing. Some Fuzzers are executing multiple tests for every given field within the request.
For example the `ControlCharsOnlyInFieldsFuzzer` has **63** control chars values that will be tried for each request field. If a request has 15 fields, this will result in **945 tests**.
Considering that there are additional Fuzzers with the same magnitude, you can easily get to 20k tests being executed on a typical run.
This will result in huge reports and long-running times (i.e. minutes, rather than seconds).
Expand Down

0 comments on commit ade183d

Please sign in to comment.