mirror of https://github.com/google/oss-fuzz.git
23 lines
379 B
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
|