google / oss-fuzz

OSS-Fuzz - continuous fuzzing for open source software.
https://google.github.io/oss-fuzz
Apache License 2.0
10.13k stars 2.16k forks source link

mpv: explicitly enable Centipede #12019

Closed kasper93 closed 1 month ago

kasper93 commented 1 month ago

According to the documentation [1] and oss-fuzz source [2] it should be enabled by default. But in fact it is not enabled by default on the ClusterFuzz [3] and only projects that explicity enable Centipede are using this engine.

[1] https://google.github.io/oss-fuzz/getting-started/new-project-guide/#fuzzing_engines [2] https://github.com/google/oss-fuzz/blob/b07cc908abf97529a95a4dd9b3d152bf4f101e71/infra/build/functions/build_project.py#L47 [3] https://github.com/google/clusterfuzz/blob/22e11083b540518248d512141c45c25c7f560f2e/src/clusterfuzz/_internal/cron/project_setup.py#L204

See-Also: https://github.com/google/oss-fuzz/issues/11964

github-actions[bot] commented 1 month ago

kasper93 is either the primary contact or is in the CCs list of projects/mpv.
kasper93 has previously contributed to projects/mpv. The previous PR was #11965