File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ It also automatically installs WAFP CLI to the current environment that is avail
33
33
To run a fuzzer against a target, you need to pass their names in CLI:
34
34
35
35
```
36
- wafp schemathesis:Default jupyter_server --output-dir=./artifacts
36
+ wafp schemathesis:Default jupyter_server:Default --output-dir=./artifacts
37
37
```
38
38
39
39
The command above will run the ` Default ` variant of Schemathesis against the Jupyter Server target and will store
@@ -55,8 +55,6 @@ It will run all the defined combinations for 30 times and store the artifacts in
55
55
The combinations are defined in the ` COMBINATIONS ` variable in the ` run.py ` file. It excludes combinations that are known
56
56
to not work for some reason (usually due to fuzzer failures).
57
57
58
- Note, that the ` run.py ` file does not include the Sentry integration (see below).
59
-
60
58
## Fuzzing targets
61
59
62
60
Every fuzzing target is a web application that runs via ` docker-compose ` . WAFP provides an API on top of
You can’t perform that action at this time.
0 commit comments