oss-fuzz/projects/nestegg/project.yaml

15 lines
296 B
YAML

homepage: "https://github.com/kinetiknz/nestegg"
language: c++
primary_contact: "mgregan@mozilla.com"
fuzzing_engines:
- afl
- libfuzzer
- honggfuzz
sanitizers:
- address
- memory
- undefined
vendor_ccs:
- "twsmith@mozilla.com"
main_repo: 'https://github.com/kinetiknz/nestegg.git'