mirror of https://github.com/google/oss-fuzz.git
e16ee1785b | ||
---|---|---|
.. | ||
auto-setup | ||
base-images | ||
docker-cleanup | ||
jenkins-cluster | ||
push-images | ||
README.md | ||
helper.py | ||
libfuzzer-pipeline.groovy | ||
templates.py |
README.md
infra
OSS-Fuzz project infrastructure
Core infrastructure:
base-images
- docker images for building fuzzers & corresponding jenkins pipeline.
Continuous Integration infrastracture:
libfuzzer-pipeline.groovy
- jenkins pipeline that runs for each oss-fuzz project.docker-cleanup
- jenkins pipeline to clean stale docker images & processes.push-images
- jenkins pipeline to push built base images.jenkins-cluster
- kubernetes cluster definition for our jenkins-based build (not operational yet, #10).
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 |