oss-fuzz/projects/libarchive/project.yaml

18 lines
375 B
YAML

homepage: "https://github.com/libarchive/libarchive"
language: c++
primary_contact: "joerg.sonnenberger@googlemail.com"
auto_ccs:
- "kientzle@gmail.com"
- "martin@matuska.org"
sanitizers:
- address
- memory:
experimental: True
- undefined
main_repo: 'https://github.com/libarchive/libarchive.git'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede