oss-fuzz/infra
Oliver Chang 51db3a3282 [infra] remove unneeded file. 2017-08-24 00:16:39 -07:00
..
base-images Use new libFuzzer location. 2017-08-21 18:10:12 -07:00
gcb Update builds_status.py 2017-08-10 17:19:52 -07:00
jenkins-cluster [infra] remove unneeded file. 2017-08-24 00:16:39 -07:00
uploader gcb: Upload build to test bucket. (#450) 2017-03-10 22:23:44 -08:00
.pylintrc
README.md Update README.md 2017-02-02 18:45:39 -08:00
helper.py [infra] helper: don't set BUILD_UID. 2017-07-17 19:07:27 -07:00
templates.py Update templates.py 2017-05-01 23:32:10 -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