aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGravatar Oliver Chang <oliverchang@users.noreply.github.com>2021-11-30 14:23:03 +1100
committerGravatar GitHub <noreply@github.com>2021-11-29 22:23:03 -0500
commit3146b7953b26a5d07cfc309d3be1995b4b605a46 (patch)
tree96d37dc41841756b489288e8119a4fb04717b14b /docs
parent2c164afcbab66dd27378dc6dab69bb3c285e8e83 (diff)
Remove misleading "secure" adjective from Docker FAQ. (#6929)
Diffstat (limited to 'docs')
-rw-r--r--docs/faq.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/faq.md b/docs/faq.md
index 46e5ebf8..5a6bef57 100644
--- a/docs/faq.md
+++ b/docs/faq.md
@@ -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?