mirror of https://github.com/google/oss-fuzz.git
19 lines
437 B
YAML
19 lines
437 B
YAML
homepage: "https://www.libreoffice.org/"
|
|
language: c++
|
|
primary_contact: "caolanm@gmail.com"
|
|
sanitizers:
|
|
- address
|
|
- memory:
|
|
experimental: True
|
|
- undefined
|
|
fuzzing_engines:
|
|
# see https://github.com/google/oss-fuzz/issues/6233 for missing afl
|
|
- libfuzzer
|
|
- honggfuzz
|
|
builds_per_day: 2
|
|
auto_ccs:
|
|
- "damjan.jov@gmail.com"
|
|
- "noelgrandin@gmail.com"
|
|
- "sbergman@redhat.com"
|
|
main_repo: 'https://git.libreoffice.org/core'
|