homepage: "https://github.com/protobuf-c/protobuf-c" | |
language: c | |
primary_contact: "[email protected]" | |
auto_ccs: | |
- "[email protected]" | |
sanitizers: | |
- address | |
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294 | |
# - memory | |
architectures: | |
- x86_64 | |
- i386 | |
main_repo: 'https://github.com/protobuf-c/protobuf-c.git' | |
coverage_extra_args: -ignore-filename-regex=.*/protobuf-install/.* |