oss-fuzz/projects/piex/project.yaml

14 lines
258 B
YAML

homepage: "https://github.com/google/piex"
language: c++
primary_contact: "nchusid@google.com"
sanitizers:
- address
- undefined
- memory
main_repo: 'https://github.com/guidovranken/piex.git'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede