oss-fuzz/projects/re2/project.yaml

12 lines
302 B
YAML
Raw Normal View History

homepage: "https://code.googlesource.com/re2"
language: c++
primary_contact: "junyer@google.com"
sanitizers:
- address
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
# - memory
- undefined
architectures:
- x86_64
- i386
main_repo: 'https://code.googlesource.com/re2'