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
b279d002
Commit
b279d002
authored
Feb 08, 2021
by
Yevgeny Pats
Committed by
Nick Gaskill
Feb 08, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: Add link to coverage-fuzzing AFL example
parent
0576477b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
doc/user/application_security/coverage_fuzzing/index.md
doc/user/application_security/coverage_fuzzing/index.md
+1
-0
No files found.
doc/user/application_security/coverage_fuzzing/index.md
View file @
b279d002
...
@@ -33,6 +33,7 @@ Docker image with the fuzz engine to run your app.
...
@@ -33,6 +33,7 @@ Docker image with the fuzz engine to run your app.
| Java |
[
JQF
](
https://github.com/rohanpadhye/JQF
)
(
not
preferred) |
[
jqf-fuzzing-example
](
https://gitlab.com/gitlab-org/security-products/demos/coverage-fuzzing/java-fuzzing-example
)
|
| Java |
[
JQF
](
https://github.com/rohanpadhye/JQF
)
(
not
preferred) |
[
jqf-fuzzing-example
](
https://gitlab.com/gitlab-org/security-products/demos/coverage-fuzzing/java-fuzzing-example
)
|
| JavaScript |
[
`jsfuzz`
](
https://gitlab.com/gitlab-org/security-products/analyzers/fuzzers/jsfuzz
)
|
[
jsfuzz-fuzzing-example
](
https://gitlab.com/gitlab-org/security-products/demos/coverage-fuzzing/jsfuzz-fuzzing-example
)
|
| JavaScript |
[
`jsfuzz`
](
https://gitlab.com/gitlab-org/security-products/analyzers/fuzzers/jsfuzz
)
|
[
jsfuzz-fuzzing-example
](
https://gitlab.com/gitlab-org/security-products/demos/coverage-fuzzing/jsfuzz-fuzzing-example
)
|
| Python |
[
`pythonfuzz`
](
https://gitlab.com/gitlab-org/security-products/analyzers/fuzzers/pythonfuzz
)
|
[
pythonfuzz-fuzzing-example
](
https://gitlab.com/gitlab-org/security-products/demos/coverage-fuzzing/pythonfuzz-fuzzing-example
)
|
| Python |
[
`pythonfuzz`
](
https://gitlab.com/gitlab-org/security-products/analyzers/fuzzers/pythonfuzz
)
|
[
pythonfuzz-fuzzing-example
](
https://gitlab.com/gitlab-org/security-products/demos/coverage-fuzzing/pythonfuzz-fuzzing-example
)
|
| AFL (any language that works on top of AFL) |
[
AFL
](
https://lcamtuf.coredump.cx/afl/
)
|
[
afl-fuzzing-example
](
https://gitlab.com/gitlab-org/security-products/demos/coverage-fuzzing/afl-fuzzing-example
)
|
## Configuration
## Configuration
...
...
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