[miniz] add project.yaml (#3650)

This commit is contained in:
Randy 2020-04-16 06:35:40 +02:00 committed by GitHub
parent a34124c41c
commit b8114c347a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

View File

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