Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions _content/doc/security/fuzz/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,9 @@ issues that would already be caught by an existing test.

Note that it is up to you to decide how long to run fuzzing. It is very possible
that an execution of fuzzing could run indefinitely if it doesn't find any errors.
There will be support to run these fuzz tests continuously using tools like OSS-Fuzz
in the future, see [Issue #50192](/issue/50192).
You can run these fuzz tests continuously using tools like OSS-Fuzz. See
[OSS-Fuzz](https://google.github.io/oss-fuzz/) for more information on setting up
continuous fuzzing for your project.

**Note:** Fuzzing should be run on a platform that supports coverage
instrumentation (currently AMD64 and ARM64) so that the corpus can meaningfully
Expand Down