[docs] Fix where to look (#3529)

This commit is contained in:
Robert Löhning 2020-03-20 20:03:55 +01:00 committed by GitHub
parent 77ef89c1da
commit 4b5f1e60b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)