oss-fuzz/infra
Mike Aizatsky a1d663b95e [fuzzer] adding ldd printout 2016-11-18 11:58:32 -08:00
..
auto-setup Add build setup/status script. 2016-11-14 14:47:45 -08:00
base-images [fuzzer] adding ldd printout 2016-11-18 11:58:32 -08:00
docker-cleanup Update Jenkinsfile 2016-10-13 00:00:17 -07:00
jenkins-cluster [infra][gke] using deployments 2016-10-10 12:11:08 -07:00
push-images folding coverage into base-libfuzzer since target images is where sources are 2016-11-03 20:13:29 -07:00
README.md Update README.md 2016-11-04 13:30:44 -07:00
helper.py [infra] setting current directory to src checkout (#87) 2016-11-17 09:49:34 -08:00
libfuzzer-pipeline.groovy adding more ubsan flags (issue #60) 2016-11-14 20:58:29 -08:00
templates.py [infra] use $src, $out and $work in build scripts instead of /src, /out, /work (#88) 2016-11-18 11:16:38 -08:00

README.md

infra

OSS-Fuzz project infrastructure

Core infrastructure:

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

Continuous Integration infrastracture:

helper.py

script to automate common docker operations

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