From 4eadc85640729c2ae55ab05f0040cec03bf3b726 Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Mon, 23 Sep 2024 09:48:14 +0300 Subject: [PATCH] fix: update the OSS-Fuzz denylist (#2222) It's a follow-up to https://github.com/google/osv.dev/pull/2201. The comments point to https://github.com/google/osv.dev/issues/2178 because the reason is the same. --- docker/worker/oss_fuzz.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docker/worker/oss_fuzz.py b/docker/worker/oss_fuzz.py index 57543fbbf6f..2ad2085ff4d 100644 --- a/docker/worker/oss_fuzz.py +++ b/docker/worker/oss_fuzz.py @@ -39,10 +39,15 @@ # Large projects which take way too long to build. # TODO(ochang): Don't hardcode this. PROJECT_DENYLIST = { + 'avahi', # https://github.com/google/osv.dev/issues/2178 'boringssl', # https://github.com/google/osv.dev/issues/2178 + 'dbus-broker', # https://github.com/google/osv.dev/issues/2178 + 'elfutils', # https://github.com/google/osv.dev/issues/2178 'ffmpeg', 'imagemagick', + 'libbpf', # https://github.com/google/osv.dev/issues/2178 'libreoffice', + 'systemd', # https://github.com/google/osv.dev/issues/2178 } REPO_DENYLIST = {