oss-fuzz/projects/stb/project.yaml

20 lines
352 B
YAML

homepage: "https://github.com/nothings/stb"
language: c++
primary_contact: "nothings.org@gmail.com"
auto_ccs:
- "randy440088@gmail.com"
fuzzing_engines:
- libfuzzer
- afl
- honggfuzz
sanitizers:
- address
- undefined
- memory
main_repo: 'https://github.com/nothings/stb.git'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede