oss-fuzz/projects/c-ares/project.yaml

18 lines
290 B
YAML

homepage: "https://c-ares.haxx.se/"
language: c++
primary_contact: "drysdale@google.com"
auto_ccs:
- "daniel.haxx@gmail.com"
- "brad@brad-house.com"
fuzzing_engines:
- afl
- libfuzzer
- honggfuzz
sanitizers:
- address
- memory
- undefined
architectures:
- x86_64
- i386