Commit 853a0fbe authored by Nick Gaskill's avatar Nick Gaskill

Merge branch 'sethgitlab-master-patch-58970' into 'master'

Updated docs to reflect current capabilities

See merge request gitlab-org/gitlab!37085
parents be73769b eb488001
...@@ -61,14 +61,13 @@ The `gitlab-cov-fuzz` is a command-line tool that runs the instrumented applicat ...@@ -61,14 +61,13 @@ The `gitlab-cov-fuzz` is a command-line tool that runs the instrumented applicat
analyzes the exception information that the fuzzer outputs. It also downloads the [corpus](#glossary) analyzes the exception information that the fuzzer outputs. It also downloads the [corpus](#glossary)
and crash events from previous pipelines automatically. This helps your fuzz targets build on the progress of and crash events from previous pipelines automatically. This helps your fuzz targets build on the progress of
previous fuzzing jobs. The parsed crash events and data are written to previous fuzzing jobs. The parsed crash events and data are written to
`gl-coverage-fuzzing-report.json` and then displayed in the pipeline and security dashboard. `gl-coverage-fuzzing-report.json`.
### Artifacts ### Artifacts
Each fuzzing step outputs these artifacts: Each fuzzing step outputs these artifacts:
- `gl-coverage-fuzzing-report.json`: Parsed by GitLab's backend to show results in the security - `gl-coverage-fuzzing-report.json`: This file's format may change in future releases.
dashboard. This file's format may change in future releases.
- `artifacts.zip`: This file contains two directories: - `artifacts.zip`: This file contains two directories:
- `corpus`: Holds all test cases generated by the current and all previous jobs. - `corpus`: Holds all test cases generated by the current and all previous jobs.
- `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
......
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