mirror of https://github.com/google/oss-fuzz.git
[docs] Fix where to look (#3529)
This commit is contained in:
parent
77ef89c1da
commit
4b5f1e60b5
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue