This repository was archived by the owner on Jul 22, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -174,15 +174,3 @@ like in the example. In development you can use the latest version:
174174https://github.com/fuzzitdev/fuzzit/releases/latest/download/fuzzit_${OS}_${ARCH} .
175175Valid values for ` ${OS} ` are: ` Linux ` , ` Darwin ` , ` Windows ` .
176176Valid values for ` ${ARCH} ` are: ` x86_64 ` and ` i386 ` .
177-
178- The steps are:
179- * Authenticate with the API key (you should keep this secret) from the fuzzit settings dashboard.
180- * Upload the fuzzer via ` create job ` command and create the fuzzing job. In This example we use two type of jobs:
181- * A fuzzing job which is run on every push to master, that continues the previous job with the new release.
182- This means the current corpus is kept and the fuzzer will try to find new paths in the newly added code.
183- * In a Pull-Request the fuzzer will run a quick regression test running the fuzzer through all the generated corpuses
184- and crashes to see if the Pull-Request doesnt introduce old or new crashes. This will be alred via the configured
185- channel in the dashboard.
186- * The name of the target is not a secret.
187-
188- Each target has its own corpus and crashes.
You can’t perform that action at this time.
0 commit comments