Commit 878b841c authored by Kati Paizee's avatar Kati Paizee

Merge branch 'russell/edit-covguided-fuzzing-headings' into 'master'

Fix case of all headings

See merge request gitlab-org/gitlab!70146
parents c123c457 ad4d1b31
...@@ -97,7 +97,7 @@ Each fuzzing step outputs these artifacts: ...@@ -97,7 +97,7 @@ Each fuzzing step outputs these artifacts:
- `crashes`: Holds all crash events the current job encountered as well as those not fixed in - `crashes`: Holds all crash events the current job encountered as well as those not fixed in
previous jobs. previous jobs.
### Types of Fuzzing Jobs ### Types of fuzzing jobs
There are two types of jobs: There are two types of jobs:
...@@ -172,13 +172,13 @@ Here's an example coverage fuzzing report: ...@@ -172,13 +172,13 @@ Here's an example coverage fuzzing report:
} }
``` ```
### Additional Configuration ### Additional configuration
The `gitlab-cov-fuzz` command passes all arguments it receives to the underlying fuzzing engine. You The `gitlab-cov-fuzz` command passes all arguments it receives to the underlying fuzzing engine. You
can therefore use all the options available in that fuzzing engine. For more information on these can therefore use all the options available in that fuzzing engine. For more information on these
options, see the underlying fuzzing engine's documentation. options, see the underlying fuzzing engine's documentation.
### Offline Environment ### Offline environment
To use coverage fuzzing in an offline environment, follow these steps: To use coverage fuzzing in an offline environment, follow these steps:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment