Commit eb488001 authored by Seth Berger's avatar Seth Berger Committed by Nick Gaskill

Updated docs to reflect current capabilities

parent ccf299df
......@@ -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)
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
`gl-coverage-fuzzing-report.json` and then displayed in the pipeline and security dashboard.
`gl-coverage-fuzzing-report.json`.
### Artifacts
Each fuzzing step outputs these artifacts:
- `gl-coverage-fuzzing-report.json`: Parsed by GitLab's backend to show results in the security
dashboard. This file's format may change in future releases.
- `gl-coverage-fuzzing-report.json`: This file's format may change in future releases.
- `artifacts.zip`: This file contains two directories:
- `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
......
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