oss-fuzz/infra
Alex Gaynor f858d8c7db Allow run_fuzzer command to run with nonlocal docker. (#306)
By setting the DOCKER_HOST environment variable, all docker invocations will be non-local. This allows run_fuzzer to work in such an environment (as will be the case for many OS X and Windows users).
2017-01-21 14:53:09 -08:00
..
auto-setup Update build_status.py 2017-01-20 09:31:51 -08:00
base-images Revert lld changes. 2017-01-19 17:25:20 -08:00
docker-cleanup Update Jenkinsfile 2017-01-13 11:49:09 -08:00
jenkins-cluster
push-images [infra] renaming images: base->base-image, base-libfuzzer->base-builder 2016-12-29 13:39:41 -08:00
.pylintrc [infra] showing unstable builds 2016-12-29 11:06:49 -08:00
README.md
helper.py Allow run_fuzzer command to run with nonlocal docker. (#306) 2017-01-21 14:53:09 -08:00
libfuzzer-pipeline.groovy nit 2016-12-29 14:37:10 -08:00
templates.py [infra] renaming images: base->base-image, base-libfuzzer->base-builder 2016-12-29 13:39:41 -08:00

README.md

infra

OSS-Fuzz project infrastructure

Core infrastructure:

  • base-images - docker images for building fuzz targets & corresponding jenkins pipeline.

Continuous Integration infrastracture:

helper.py

script to automate common docker operations

Command Description
generate Generates skeleton files for a new project
build_image Builds a docker image for a given project
build_fuzzers Builds fuzz targets for a given project
run_fuzzer Runs a fuzz target in a docker container
coverage Runs a fuzz target in a docker container and computes a coverage report
shell Starts a shell inside the docker image for a project