oss-fuzz/projects/openthread/project.yaml

14 lines
275 B
YAML

homepage: "https://github.com/openthread/openthread"
language: c++
primary_contact: "jonhui@google.com"
fuzzing_engines:
- libfuzzer
- afl
- honggfuzz
- dataflow
sanitizers:
- address
- undefined
- dataflow
main_repo: 'https://github.com/openthread/openthread'