jonathanmetzman
jonathanmetzman
Currently an error on one project can break setting up other projects. Also the errors from this are not very loud even though they are critical. We should set up...
https://pantheon.corp.google.com/errors/detail/CNiDuO-3_6iKVg;time=P30D?project=google.com:clusterfuzz&utm_source=error-reporting-notification&utm_medium=email&utm_content=new-error&pli=1&rapt=AEjHL4M0aXmFBxioZrxgPwT6SQ-x8Y-w6ciz3IUeU1oVUTk9p3Ha5MOx8lJtxLeh-LPvN5ENvVzq-GNI1gSbwTvlI9dhJQ2i3g It seems like the fix is making this log an error and bailing out instead of continuing since we can't recover from this error: https://github.com/google/clusterfuzz/blob/master/src/clusterfuzz/_internal/bot/fuzzers/centipede/engine.py#L205 I'm not sure why...
We get quite a few error messages from this line of code: https://github.com/google/clusterfuzz/blob/9edf0ba19e5ece0105cee1cf8c018f39b66a67ec/src/clusterfuzz/_internal/datastore/data_handler.py#L815 Such as: ``` Crash occurs, but not too consistently. Skipping minimization (crashed 4/10) Testcase appears to be...
These are unreproducible and can be annoying to devs. This was requested by some CF users but I'm not sure we should do it. What do you think @oliverchang
``` File "", line 1, in File "/tmp/tmppipt8js4/fuzzbench/fuzzers/aflplusplus/fuzzer.py", line 178, in build utils.build_benchmark() File "/usr/local/lib/python3.8/contextlib.py", line 120, in __exit__ next(self.gen) File "/tmp/tmppipt8js4/fuzzbench/fuzzers/utils.py", line 129, in restore_directory shutil.rmtree(directory, ignore_errors=ignore_errors) File "/usr/local/lib/python3.8/shutil.py",...
Recently I've added support for [Github code scanning alerts](https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning) in CIFuzz/ClusterFuzzLite. Would any CIFuzz/CFL users like to volunteer to be the first to use this? All you would need to...
@addisoncrump how about libafl vs afl++, afl, libfuzzer, honggfuzz?
Blocked on Pytype supporting 3.11