Remove misleading "secure" adjective from Docker FAQ. (#6929)

This commit is contained in:
Oliver Chang 2021-11-30 14:23:03 +11:00 committed by GitHub
parent 2c164afcba
commit 3146b7953b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ limitations.
Building fuzzers requires building your project with a fresh Clang compiler and
special compiler flags. An easy-to-use Docker image is provided to simplify
toolchain distribution. This also simplifies our support for a variety of Linux
distributions and provides a reproducible and secure environment for fuzzer
distributions and provides a reproducible environment for fuzzer
building and execution.
## How do you handle timeouts and OOMs?