mirror of https://github.com/google/oss-fuzz.git
16 lines
388 B
YAML
16 lines
388 B
YAML
homepage: "https://hunspell.github.io/"
|
|
language: c++
|
|
primary_contact: "caolanm@redhat.com"
|
|
auto_ccs:
|
|
- "security@documentfoundation.org"
|
|
vendor_ccs:
|
|
- "twsmith@mozilla.com"
|
|
sanitizers:
|
|
- address
|
|
# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
|
|
# - memory
|
|
- undefined
|
|
architectures:
|
|
- i386
|
|
- x86_64
|
|
main_repo: 'https://github.com/hunspell/hunspell.git' |