mirror of https://github.com/google/oss-fuzz.git
16 lines
296 B
YAML
16 lines
296 B
YAML
homepage: "https://github.com/google/wuffs"
|
|
language: c++
|
|
primary_contact: "nigeltao@golang.org"
|
|
fuzzing_engines:
|
|
- libfuzzer
|
|
- afl
|
|
- honggfuzz
|
|
sanitizers:
|
|
- address
|
|
- undefined
|
|
architectures:
|
|
- x86_64
|
|
- i386
|
|
main_repo: 'https://github.com/google/wuffs.git'
|
|
file_github_issue: True
|