oss-fuzz/projects/wuffs/project.yaml

17 lines
298 B
YAML
Raw Normal View History

2018-02-20 07:09:00 +00:00
homepage: "https://github.com/google/wuffs"
language: c++
2018-02-20 07:09:00 +00:00
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'