aboutsummaryrefslogtreecommitdiff
path: root/projects/libreoffice/project.yaml
blob: 43542a990b76f4e0620ac6b1d43575bcc3c68072 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
homepage: "https://www.libreoffice.org/"
language: c++
primary_contact: "caolanm@redhat.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:
  - "officesecurity@lists.freedesktop.org"
  - "damjan.jov@gmail.com"
  - "noelgrandin@gmail.com"
  - "sbergman@redhat.com"
main_repo: 'https://git.libreoffice.org/core'