oss-fuzz/infra
Max Moroz 3cee68fa11 [infra] Remove "null" check from UBSan options. (#674)
There is not much value for us from this particular check:
- UBSan's "null" reports leading to real crashes are reported with ASan as well.
- Potential null references are not real crashes and might be considered
  as false positives, though it seems to be UB as per the standard.
2017-06-12 10:46:53 -07:00
..
base-images [infra] Remove "null" check from UBSan options. (#674) 2017-06-12 10:46:53 -07:00
gcb Support honggfuzz as a FUZZING_ENGINE (#636) 2017-06-01 17:55:01 -07:00
jenkins-cluster [infra] add ingress 2017-04-05 15:35:51 -07:00
uploader gcb: Upload build to test bucket. (#450) 2017-03-10 22:23:44 -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 Support honggfuzz as a FUZZING_ENGINE (#636) 2017-06-01 17:55:01 -07:00
templates.py Update templates.py 2017-05-01 23:32:10 -07: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