mirror of https://github.com/google/oss-fuzz.git
[miniz] add project.yaml (#3650)
This commit is contained in:
parent
a34124c41c
commit
b8114c347a
|
@ -0,0 +1,15 @@
|
|||
homepage: "https://github.com/richgel999/miniz"
|
||||
language: c
|
||||
primary_contact: "martin@urbackup.org"
|
||||
auto_ccs:
|
||||
- "randy440088@gmail.com"
|
||||
fuzzing_engines:
|
||||
- libfuzzer
|
||||
- afl
|
||||
- honggfuzz
|
||||
- dataflow
|
||||
sanitizers:
|
||||
- address
|
||||
- undefined
|
||||
- memory
|
||||
- dataflow
|
Loading…
Reference in New Issue