mirror of https://github.com/google/oss-fuzz.git
14 lines
329 B
YAML
14 lines
329 B
YAML
homepage: "https://www.mercurial-scm.org/"
|
|
language: c++
|
|
primary_contact: "durin42@gmail.com"
|
|
auto_ccs:
|
|
- "gregory.szorc@gmail.com"
|
|
- "kbullock@ringworld.org"
|
|
- "security@mercurial-scm.org"
|
|
- "martinvonz@google.com"
|
|
sanitizers:
|
|
- address
|
|
- undefined
|
|
- memory
|
|
coverage_extra_args: -ignore-filename-regex=.*/sanpy/.*
|