oss-fuzz/infra
Abhishek Arya b519da3809 Fix check to escape control characters, CDATA end sequence 2017-02-19 22:30:59 -08:00
..
auto-setup Update build_status.py 2017-01-20 09:31:51 -08:00
base-images Fix check to escape control characters, CDATA end sequence 2017-02-19 22:30:59 -08:00
docker-cleanup Update Jenkinsfile 2017-01-13 11:49:09 -08:00
jenkins-cluster [infra][gke] using deployments 2016-10-10 12:11:08 -07:00
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 Update README.md 2017-02-02 18:45:39 -08:00
helper.py [infra] (experimental) Support building with AFL (#396) 2017-02-16 15:09:37 -08:00
libfuzzer-pipeline.groovy Another speculative fix for Jenkins builder timeout. 2017-02-17 15:01:47 +01: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
reproduce Runs a testcase to reproduce a crash
shell Starts a shell inside the docker image for a project