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
01e35859
Commit
01e35859
authored
Jan 13, 2021
by
Sam Kerr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update JQF ordering and example name
parent
428ba0dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
doc/user/application_security/coverage_fuzzing/index.md
doc/user/application_security/coverage_fuzzing/index.md
+1
-1
No files found.
doc/user/application_security/coverage_fuzzing/index.md
View file @
01e35859
...
...
@@ -29,8 +29,8 @@ Docker image with the fuzz engine to run your app.
| GoLang |
[
go-fuzz (libFuzzer support)
](
https://github.com/dvyukov/go-fuzz
)
|
[
go-fuzzing-example
](
https://gitlab.com/gitlab-org/security-products/demos/coverage-fuzzing/go-fuzzing-example
)
|
| Swift |
[
libfuzzer
](
https://github.com/apple/swift/blob/master/docs/libFuzzerIntegration.md
)
|
[
swift-fuzzing-example
](
https://gitlab.com/gitlab-org/security-products/demos/coverage-fuzzing/swift-fuzzing-example
)
|
| Rust |
[
cargo-fuzz (libFuzzer support)
](
https://github.com/rust-fuzz/cargo-fuzz
)
|
[
rust-fuzzing-example
](
https://gitlab.com/gitlab-org/security-products/demos/coverage-fuzzing/rust-fuzzing-example
)
|
| Java |
[
JQF
](
https://github.com/rohanpadhye/JQF
)
|
[
java-fuzzing-example
](
https://gitlab.com/gitlab-org/security-products/demos/coverage-fuzzing/java-fuzzing-example
)
|
| Java |
[
javafuzz
](
https://gitlab.com/gitlab-org/security-products/analyzers/fuzzers/javafuzz
)
(
recommended
)
|
[
javafuzz-fuzzing-example
](
https://gitlab.com/gitlab-org/security-products/demos/coverage-fuzzing/javafuzz-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
)
|
| 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
)
|
...
...
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