mirror of https://github.com/google/oss-fuzz.git
20 lines
463 B
YAML
20 lines
463 B
YAML
homepage: "https://github.com/protobuf-c/protobuf-c"
|
|
language: c
|
|
primary_contact: "guidovranken@gmail.com"
|
|
auto_ccs:
|
|
- "ilya.lipnitskiy@gmail.com"
|
|
sanitizers:
|
|
- address
|
|
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
|
|
# - memory
|
|
architectures:
|
|
- x86_64
|
|
main_repo: 'https://github.com/protobuf-c/protobuf-c.git'
|
|
coverage_extra_args: -ignore-filename-regex=.*/protobuf-install/.*
|
|
|
|
fuzzing_engines:
|
|
- afl
|
|
- honggfuzz
|
|
- libfuzzer
|
|
|