oss-fuzz/projects/wuffs/project.yaml

17 lines
298 B
YAML

homepage: "https://github.com/google/wuffs"
language: c++
primary_contact: "nigeltao@golang.org"
fuzzing_engines:
- libfuzzer
- afl
- honggfuzz
- dataflow
sanitizers:
- address
- undefined
- dataflow
architectures:
- x86_64
- i386
main_repo: 'https://github.com/google/wuffs.git'