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
e001fecd
Commit
e001fecd
authored
Aug 11, 2020
by
Yevgeny Pats
Committed by
Nick Gaskill
Aug 11, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add coverage fuzzing docs for offline env
parent
313d4d0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
doc/user/application_security/coverage_fuzzing/index.md
doc/user/application_security/coverage_fuzzing/index.md
+11
-0
No files found.
doc/user/application_security/coverage_fuzzing/index.md
View file @
e001fecd
...
@@ -161,6 +161,17 @@ The `gitlab-cov-fuzz` command passes all arguments it receives to the underlying
...
@@ -161,6 +161,17 @@ The `gitlab-cov-fuzz` command passes all arguments it receives to the underlying
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
To use coverage fuzzing in an offline environment, follow these steps:
1.
Clone
[
`gitlab-cov-fuzz`
](
https://gitlab.com/gitlab-org/security-products/analyzers/gitlab-cov-fuzz
)
to a private repository that your offline GitLab instance can access.
1.
For each fuzzing step, set
`COVFUZZ_URL_PREFIX`
to
`${NEW_URL_GITLAB_COV_FUZ}/-/raw`
, where
`NEW_URL_GITLAB_COV_FUZ`
is the URL of the private
`gitlab-cov-fuzz`
clone that you set up in the
first step.
### Glossary
### Glossary
-
Seed corpus: The set of test cases given as initial input to the fuzz target. This usually speeds
-
Seed corpus: The set of test cases given as initial input to the fuzz target. This usually speeds
...
...
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