clusterfuzzlite icon indicating copy to clipboard operation
clusterfuzzlite copied to clipboard

Document who should use ClusterFuzzLite and compare to other options

Open jonathanmetzman opened this issue 4 years ago • 4 comments

This was suggested by @worksbutnottested

jonathanmetzman avatar Nov 19 '21 21:11 jonathanmetzman

It would be neat to have a table comparing ClusterFuzzLite and ClusterFuzz.

For example, is there any advantage adding ClusterFuzzLite if you are already using OSS-Fuzz?

hickford avatar Feb 05 '22 13:02 hickford

@jonathanmetzman - We should update the docs on @hickford questions.

@hickford - If you are integrated with OSS-Fuzz and using CIFuzz [https://google.github.io/oss-fuzz/getting-started/continuous-integration/] in your CI/CD, then you don't need ClusterFuzzLite (CIFuzz and ClusterFuzzLite are same things). ClusterFuzzLite is for projects who can't use OSS-Fuzz, or have private repos.

inferno-chromium avatar Feb 05 '22 16:02 inferno-chromium

If you are integrated with OSS-Fuzz and using CIFuzz [https://google.github.io/oss-fuzz/getting-started/continuous-integration/] in your CI/CD, then you don't need ClusterFuzzLite

FWIW I'm planning to replace CIFuzz with CFLite: https://github.com/google/oss-fuzz/issues/7195#issuecomment-1033832369 . In my experience CFLite is more stable and predictable.

evverx avatar Feb 09 '22 14:02 evverx

I think it would be even more predictable if it was possible to pin it properly but considering that I already can pin the docker image used by CFLite to build the fuzzers I already can avoid issues caused by clang rolls.

evverx avatar Feb 09 '22 15:02 evverx