Skip to content

Commit

Permalink
Disable boringssl OSS-Fuzz -> OSV import (#2201)
Browse files Browse the repository at this point in the history
Fixes #2178. 

BoringSSL maintainers would like more control / vetting of entries.
Disable the import for now until we have a better system in place to
enable that.
  • Loading branch information
oliverchang committed May 13, 2024
1 parent dd79353 commit d9747d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
1 change: 1 addition & 0 deletions docker/worker/oss_fuzz.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
# Large projects which take way too long to build.
# TODO(ochang): Don't hardcode this.
PROJECT_DENYLIST = {
'boringssl', # https://github.com/google/osv.dev/issues/2178
'ffmpeg',
'imagemagick',
'libreoffice',
Expand Down
12 changes: 0 additions & 12 deletions docker/worker/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,6 @@
MAX_LEASE_DURATION = 6 * 60 * 60 # 4 hours.
_TIMEOUT_SECONDS = 60

# Large projects which take way too long to build.
# TODO(ochang): Don't hardcode this.
PROJECT_DENYLIST = {
'ffmpeg',
'imagemagick',
'libreoffice',
}

REPO_DENYLIST = {
'https://github.com/google/AFL.git',
}

_ECOSYSTEM_PUSH_TOPICS = {
'PyPI': 'pypi-bridge',
}
Expand Down

0 comments on commit d9747d4

Please sign in to comment.