oss-fuzz/projects/mpg123/project.yaml

20 lines
316 B
YAML

homepage: "https://www.mpg123.de"
language: c++
primary_contact: "maintainer@mpg123.org"
main_repo: "https://github.com/dreamerc/mpg123"
sanitizers:
- address
- undefined
- memory
labels:
read_fuzzer:
- sundew
decode_fuzzer:
- sundew
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede