Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
f62bf951
Commit
f62bf951
authored
Sep 17, 2021
by
Russell Dickenson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add description of fuzz testing steps
parent
3d1fac55
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
doc/user/application_security/coverage_fuzzing/index.md
doc/user/application_security/coverage_fuzzing/index.md
+12
-0
No files found.
doc/user/application_security/coverage_fuzzing/index.md
View file @
f62bf951
...
...
@@ -16,6 +16,18 @@ We recommend that you use fuzz testing in addition to the other security scanner
and your own test processes. If you're using
[
GitLab CI/CD
](
../../../ci/index.md
)
,
you can run your coverage-guided fuzz tests as part your CI/CD workflow.
## Coverage-guided fuzz testing process
The fuzz testing process:
1.
Compiles the target application.
1.
Runs the instrumented application, using the
`gitlab-cov-fuzz`
tool.
1.
Parses and analyzes the exception information output by the fuzzer.
1.
Downloads the
[
corpus
](
../terminology/index.md#corpus
)
and crash events from previous pipelines.
1.
Outputs the parsed crash events and data to the
`gl-coverage-fuzzing-report.json`
file.
The results of the coverage-guided fuzz testing are available in the CI/CD pipeline.
## Supported fuzzing engines and languages
GitLab supports these languages through the fuzzing engine listed for each. We currently provide a
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment