From 4b5f1e60b50ad1ce6555471c9294f718720aaaef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20L=C3=B6hning?= Date: Fri, 20 Mar 2020 20:03:55 +0100 Subject: [PATCH] [docs] Fix where to look (#3529) --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index a1a82aedd..d3c557935 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -39,7 +39,7 @@ if we are not able to accept your project at this time! You should look for places in your code that: - consume un-trusted data from users or from the network. - - consume complex data input or event if it's 'trusted'. + - consume complex input data even if it's 'trusted'. - use an algorithm that has two or more implementations (to verify their equivalence). - look for existing fuzz target [examples](https://github.com/google/oss-fuzz/tree/master/projects)