mirror of https://github.com/google/oss-fuzz.git
5dece89e3c
* [infra] Add support for dataflow builds to the helper script and build check (#1632). * Update travis config file. * Address self-review comments and specify dataflow sanitizer for zstd as well. * Fix fuzzing_engines in project.yaml * Fix bad build check for DFSan. * Use "hasattr" in helper.py to check the sanitizer argument. * Address more review comments. * Remove DataFlow config from zstd. * fix a typo |
||
---|---|---|
.. | ||
base-images | ||
gcb | ||
jenkins-cluster | ||
travis | ||
uploader | ||
.pylintrc | ||
README.md | ||
helper.py | ||
templates.py |
README.md
infra
OSS-Fuzz project infrastructure
Core infrastructure:
base-images
- docker images for building fuzz targets & corresponding jenkins pipeline.
Continuous Integration infrastructure:
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 fuzz targets for a given project |
run_fuzzer |
Runs a fuzz target in a docker container |
coverage |
Runs fuzz target(s) in a docker container and generates a code coverage report. See Code Coverage doc |
reproduce |
Runs a testcase to reproduce a crash |
shell |
Starts a shell inside the docker image for a project |