From 3146b7953b26a5d07cfc309d3be1995b4b605a46 Mon Sep 17 00:00:00 2001 From: Oliver Chang Date: Tue, 30 Nov 2021 14:23:03 +1100 Subject: [PATCH] Remove misleading "secure" adjective from Docker FAQ. (#6929) --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index 46e5ebf80..5a6bef574 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?