oss-fuzz/projects/unit/project.yaml

17 lines
308 B
YAML
Raw Normal View History

homepage: "https://unit.nginx.org"
language: c
primary_contact: "xim.andrew@gmail.com"
vendor_ccs:
- "devrep@nginx.com"
auto_ccs:
- "ajsinghyadav00@gmail.com"
fuzzing_engines:
- libfuzzer
- afl
- honggfuzz
sanitizers:
- address
- memory
- undefined
main_repo: 'https://github.com/nginx/unit'