aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRobert Löhning <robert.loehning@qt.io>2020-03-20 20:03:55 +0100
committerGitHub <noreply@github.com>2020-03-20 12:03:55 -0700
commit4b5f1e60b50ad1ce6555471c9294f718720aaaef (patch)
treeda9139aed5b3ef1d8eff86a178be3b6853011a4f /docs
parent77ef89c1daea8605f5827d967cc5fe72c511a756 (diff)
downloadoss-fuzz-4b5f1e60b50ad1ce6555471c9294f718720aaaef.tar.gz
[docs] Fix where to look (#3529)
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 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)