Skip to content

Commit

Permalink
update the OSS-Fuzz blocklist
Browse files Browse the repository at this point in the history
It's a follow-up to google#2201. The
comments point to google#2178 because
the reason is the same.
  • Loading branch information
evverx committed May 17, 2024
1 parent 42b2c3b commit 15f323b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker/worker/oss_fuzz.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 15f323b

Please sign in to comment.