mirror of https://github.com/google/oss-fuzz.git
20 lines
369 B
YAML
20 lines
369 B
YAML
homepage: https://github.com/yaml/libyaml
|
|
language: c++
|
|
primary_contact: "sigmavirus24@gmail.com"
|
|
auto_ccs:
|
|
- "alex.gaynor@gmail.com"
|
|
- "perlpunks@googlemail.com"
|
|
- "ingy@ingy.net"
|
|
fuzzing_engines:
|
|
- libfuzzer
|
|
- afl
|
|
- honggfuzz
|
|
sanitizers:
|
|
- address
|
|
- memory
|
|
- undefined
|
|
architectures:
|
|
- x86_64
|
|
- i386
|
|
main_repo: 'https://github.com/yaml/libyaml'
|