oss-fuzz/infra
Fabian Meumertzheim 6562f44c8a
Fix builds after Jazzer breaking change (#6622)
Follow-up to f043a72a0e, which became necessary due to
24069c3885
2021-10-20 17:24:25 +00:00
..
base-images Fix builds after Jazzer breaking change (#6622) 2021-10-20 17:24:25 +00:00
build Tag all base images with :v1. (#6436) 2021-09-16 11:12:25 +10:00
ci [language builders] Get rid of base-builder-new (#6361) 2021-09-01 13:36:17 -07:00
cifuzz cifuzz: Rename run-fuzzers-mode to mode. (#6600) 2021-10-20 15:02:17 +11:00
triage-party
uploader
.dockerignore
README.md
bisector.py [infra] Add different messages depending on bisection type (#6547) 2021-10-04 07:14:41 -05:00
bisector_test.py [infra][NFC] Use "testcase" instead of test_case for consistency. (#6159) 2021-08-03 18:05:00 -07:00
build_and_push_test_images.py [language builders] Get rid of base-builder-new (#6361) 2021-09-01 13:36:17 -07:00
build_fuzzers.Dockerfile [cifuzz] Fuzz in cifuzz-base (#6142) 2021-08-05 13:27:24 -07:00
build_specified_commit.py [helper] Change logging from error to info (#6200) 2021-08-11 11:09:24 -07:00
build_specified_commit_test.py [helper] Change logging from error to info (#6200) 2021-08-11 11:09:24 -07:00
constants.py Swift ideal integration (#6312) 2021-09-02 14:56:01 -07:00
helper.py [cifuzz][helper] Fix error message for nonexistent external project (#6558) 2021-10-06 09:22:15 -04:00
helper_test.py Helper fixes for external projects. (#6458) 2021-09-21 10:10:06 +10:00
presubmit.py [NFC][Ubuntu upgrade] Remove base-sanitizer-libs-builder (#6364) 2021-08-31 09:41:41 -07:00
pytest.ini [CIFuzz] Refactor in preparation for filestore (#5841) 2021-05-26 09:45:22 -07:00
repo_manager.py cflite: Support private repos (#6592) 2021-10-20 13:51:57 +11:00
repo_manager_test.py cflite: Support private repos (#6592) 2021-10-20 13:51:57 +11:00
retry.py [CIFuzz] Refactor in preparation for filestore (#5841) 2021-05-26 09:45:22 -07:00
run_fuzzers.Dockerfile [cifuzz] Fuzz in cifuzz-base (#6142) 2021-08-05 13:27:24 -07:00
templates.py [clusterfuzzlite] Include shebang line when generating project. (#6532) 2021-09-30 09:34:02 -04:00
test_repos.py [infra][NFC] Use "testcase" instead of test_case for consistency. (#6159) 2021-08-03 18:05:00 -07:00
utils.py cflite: Support private repos (#6592) 2021-10-20 13:51:57 +11:00
utils_test.py [cifuzz] Use javascript actions library for uploading artifacts (#6552) 2021-10-05 09:16:54 -04:00

README.md

infra

OSS-Fuzz project infrastructure

Core infrastructure:

  • base-images - docker images for building fuzz targets & corresponding jenkins pipeline.

Continuous Integration infrastructure:

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