oss-fuzz/infra
Mike Aizatsky e16ee1785b [infra] using project instead of target 2016-11-29 11:23:30 -08:00
..
auto-setup [infra] using project instead of target 2016-11-29 11:23:30 -08:00
base-images [infra] using project instead of target 2016-11-29 11:23:30 -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 [infra] extracting base-runner image 2016-11-18 14:53:09 -08:00
README.md [infra] using project instead of target 2016-11-29 11:23:30 -08:00
helper.py [infra] using project instead of target 2016-11-29 11:23:30 -08:00
libfuzzer-pipeline.groovy [infra] using project.yaml for jenkins job configuration 2016-11-29 11:09:12 -08:00
templates.py [infra] using project instead of target 2016-11-29 11:23:30 -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 project
build_image Builds a docker image for a given project
build_fuzzers Builds fuzzers for a given project
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 project