jonathanmetzman

Results 935 comments of jonathanmetzman

/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2023-12-08-standard-bug --fuzzers afl aflfast aflplusplus aflsmart centipede eclipser fairfuzz honggfuzz libafl libfuzzer mopt --benchmarks bloaty_fuzz_target_52948c harfbuzz_hb-shape-fuzzer_17863b libxml2_xml_e85b9b mbedtls_fuzz_dtlsclient_7c6b0e php_php-fuzz-parser_0dbedb

/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2023-12-08-standard-bug --fuzzers afl aflfast aflplusplus aflsmart centipede eclipser fairfuzz honggfuzz libafl libfuzzer mopt --benchmarks bloaty_fuzz_target_52948c harfbuzz_hb-shape-fuzzer_17863b libxml2_xml_e85b9b mbedtls_fuzz_dtlsclient_7c6b0e php_php-fuzz-parser_0dbedb

Dongge, FYI the URLs are wrong (a silly feature we have doesn't put "standard experiments" in experimental). They actually are: https://storage.googleapis.com/www.fuzzbench.com/reports/2023-12-10-standard-bug/index.html https://storage.googleapis.com/www.fuzzbench.com/reports/2023-12-10-standard-cov/index.html

I don't think we tried to update every fuzzer when we upgraded. @Alan32Liu what do you think? Should we delete this?

> Allow users to add fuzzer flags from the command line or configuration file. No I don't think this is worth it. I'd rather people make new fuzzers. We tried...

Another feature: something to write all stackdriver logs from an experiment to a bucket that can be viewed by users so we can shift some debugging burden

> > > Allow users to add fuzzer flags from the command line or configuration file. > > > > > > No I don't think this is worth it....

Related: https://github.com/google/fuzzbench/issues/1636

>Could we save logs to the experiment data bucket? In that case, we don't have to worry about exposing private logs. I don't think we can save it to the...

> > However, I haven't made this bucket public because we need a way to filter private experiments. > > I see, could we have a `private-logs` bucket just like...