oss-fuzz/infra
Oliver Chang d9c93a9137 https 2017-03-27 12:54:11 -07:00
..
auto-setup Move gcb auto setup to infra/gcb. 2017-03-14 14:14:10 -07:00
base-images oss-fuzz/BASE_IMAGE -> oss-fuzz-base/BASE_IMAGE 2017-03-22 12:12:51 -07:00
docker-cleanup Update Jenkinsfile 2017-01-13 11:49:09 -08:00
gcb [infra] Update builds_status 2017-03-22 19:56:58 -07:00
jenkins-cluster https 2017-03-27 12:54:11 -07:00
push-images [infra] renaming images: base->base-image, base-libfuzzer->base-builder 2016-12-29 13:39:41 -08:00
uploader gcb: Upload build to test bucket. (#450) 2017-03-10 22:23:44 -08:00
.pylintrc [infra] showing unstable builds 2016-12-29 11:06:49 -08:00
README.md Update README.md 2017-02-02 18:45:39 -08:00
helper.py oss-fuzz/BASE_IMAGE -> oss-fuzz-base/BASE_IMAGE 2017-03-22 12:12:51 -07:00
libfuzzer-pipeline.groovy [infra] fighting jenkins CPS 2017-03-07 14:10:02 -08:00
templates.py Fix Dockerfile template (fixes #476) 2017-03-23 09:57:16 -07: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
reproduce Runs a testcase to reproduce a crash
shell Starts a shell inside the docker image for a project