oss-fuzz/projects/cmake/project.yaml

12 lines
315 B
YAML

homepage: "https://gitlab.kitware.com/cmake/cmake"
main_repo: "https://gitlab.kitware.com/cmake/cmake"
language: c
primary_contact: "brad.king@kitware.com"
auto_ccs:
- "Adam@adalogics.com"
sanitizers:
- address
- undefined
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
# - memory