oss-fuzz/projects/rdkit/project.yaml

17 lines
294 B
YAML

homepage: "https://github.com/rdkit/rdkit"
language: c++
primary_contact: "greg.landrum@gmail.com"
sanitizers:
- address
- undefined
- memory
architectures:
- x86_64
- i386
main_repo: 'https://github.com/rdkit/rdkit.git'
fuzzing_engines:
- afl
- honggfuzz
- libfuzzer
- centipede