oss-fuzz/projects/tinyusb/project.yaml

23 lines
379 B
YAML

homepage: "https://docs.tinyusb.org/en/latest/"
language: c++
primary_contact: "Ha Thach"
main_repo: "https://github.com/hathach/tinyusb.git"
primary_contact: "tinyusb.org@gmail.com"
auto_ccs:
- "nathaniel.brough@gmail.com"
sanitizers:
- address
- undefined
- memory
fuzzing_engines:
- libfuzzer
- afl
- honggfuzz
- centipede
architectures:
- x86_64
- aarch64