aboutsummaryrefslogtreecommitdiff
path: root/projects/libreoffice
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-08-17 06:17:06 +0100
committerGitHub <noreply@github.com>2021-08-16 22:17:06 -0700
commit44addc5c71526c3ea0eed2b545d9271c35d62359 (patch)
tree03d24158b05e8871c91e6f3b7e65724c98264c49 /projects/libreoffice
parent5e5d08420a0fbe6613d8bcf94a1f8ce15b66b525 (diff)
downloadoss-fuzz-44addc5c71526c3ea0eed2b545d9271c35d62359.tar.gz
libreoffice: disable afl fuzzer (#6234)
see https://github.com/google/oss-fuzz/issues/6233 for rationale
Diffstat (limited to 'projects/libreoffice')
-rw-r--r--projects/libreoffice/project.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/projects/libreoffice/project.yaml b/projects/libreoffice/project.yaml
index bcf9a4fe6..42a9abc1e 100644
--- a/projects/libreoffice/project.yaml
+++ b/projects/libreoffice/project.yaml
@@ -1,6 +1,11 @@
homepage: "https://www.libreoffice.org/"
language: c++
primary_contact: "caolanm@redhat.com"
+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"