oss-fuzz/infra
Mike Aizatsky 6d48c46597 [infra] inputs are string arrays 2016-12-27 11:51:30 -08:00
..
auto-setup [infra] inputs are string arrays 2016-12-27 11:51:30 -08:00
base-images [infra] run build.sh with -eu (exit on first error, error on undefined vars) 2016-12-27 09:39:59 -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 Fix typo 2016-12-13 17:54:36 -08:00
README.md Update README.md 2016-11-30 08:51:20 -08:00
helper.py [infra] use $BUILD_UID if it is defined (fixes #30) (#211) 2016-12-21 15:01:44 -08:00
libfuzzer-pipeline.groovy [infra] you can't do sh outside of node() 2016-12-21 15:40:30 -08:00
templates.py [infra] using -lFuzzingEngine instead of -lfuzzer 2016-12-07 11:41:08 -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