fuzzbench
fuzzbench copied to clipboard
FuzzBench - Fuzzer benchmarking as a service.
I am trying to set up a cloud project for running my own experiment, and following the steps in ["Running an experiment"](https://google.github.io/fuzzbench/running-a-cloud-experiment/running-an-experiment/) they provide a sample experiment-config. However, when I...
Add a metric to measure the time taken to find the bug in bug-based benchmarks.
I am following the documentation for [setting up a cloud project](https://google.github.io/fuzzbench/running-a-cloud-experiment/setting-up-a-google-cloud-project/) and they mention to set up a password for the sql database. I used a chrome auto-suggested password that...
I am following the documentation for setting up a cloud project, and there's step that mentions that you should make the report bucket public. The first question is if that...
I am following the steps to set up a cloud project to run fuzzbench, and [the docs say](https://google.github.io/fuzzbench/running-a-cloud-experiment/setting-up-a-google-cloud-project/#dispatcher-image-and-container-registry-setup) that I should make my docker registry public. Is that required? I...
Today I tried to delete an experiment twice, and the error message returned by `stop_experiment.py` was not really clear: ``` DEBUG:googleapiclient.discovery:URL being requested: GET https://compute.googleapis.com/compute/v1/projects/google.com%3Amyproject/zones/us-central1-a/instances?alt=json DEBUG:google_auth_httplib2:Making request: POST https://oauth2.googleapis.com/token Traceback...
This commit modifies alembic's `env.py`, so that it supports non-alphanumeric passwords. The script creates an url to connect to the database, but the passworld was not url-escaped. Passwords with characters...
Some organizations [disable creating keys from service accounts](https://cloud.google.com/resource-manager/docs/organization-policy/restricting-service-accounts#disable_service_account_key_creation). This makes it impossible to run fuzzbench in its default configuration, as it fails to create the service account secret keys while...
Fixes #1807
I tried running an experiment in my own cloud project. It seems to have failed, but I don't know how to figure out what went wrong. The same experiment worked...