oss-fuzz/infra
jonathanmetzman e407f54e61
[infra][build] Switch to f-strings. (#6182)
2021-08-10 10:48:16 -07:00
..
base-images [infra] Upgrade cmake to latest release (3.21.1) (#6185) 2021-08-09 08:49:25 -07:00
build [infra][build] Switch to f-strings. (#6182) 2021-08-10 10:48:16 -07:00
ci Bump jinja2 from 2.10 to 2.11.3 in /infra/ci (#6172) 2021-08-06 08:51:29 -07:00
cifuzz [cifuzz][nfc] Switch log info to log error (#6178) 2021-08-06 10:34:20 -07:00
triage-party Store triage party image in oss-fuzz-base repo (#5584) 2021-04-07 11:11:52 +10:00
uploader
.dockerignore
README.md
bisector.py [CIFuzz] Add support for external projects to helper.py (#6141) 2021-08-04 06:42:17 -07:00
bisector_test.py [infra][NFC] Use "testcase" instead of test_case for consistency. (#6159) 2021-08-03 18:05:00 -07:00
build_fuzzers.Dockerfile [cifuzz] Fuzz in cifuzz-base (#6142) 2021-08-05 13:27:24 -07:00
build_specified_commit.py [CIFuzz] Add support for external projects to helper.py (#6141) 2021-08-04 06:42:17 -07:00
build_specified_commit_test.py [CIFuzz] Add support for external projects to helper.py (#6141) 2021-08-04 06:42:17 -07:00
constants.py infra: add coverage sanitizer option (#6171) 2021-08-05 18:53:20 +00:00
helper.py [infra][NFC] Use one source of truth for engines, languages etc. (#6163) 2021-08-04 17:04:55 -07:00
helper_test.py [infra][NFC] Use one source of truth for engines, languages etc. (#6163) 2021-08-04 17:04:55 -07:00
presubmit.py [infra][build] Switch to f-strings. (#6182) 2021-08-10 10:48:16 -07:00
pytest.ini [CIFuzz] Refactor in preparation for filestore (#5841) 2021-05-26 09:45:22 -07:00
repo_manager.py Fix bisection when the original checkout is for a single branch. (#5478) 2021-03-23 14:17:37 +11:00
repo_manager_test.py
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][docs] Start writing docs (#6165) 2021-08-05 12:01:07 -07: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 [cifuzz] Fuzz in cifuzz-base (#6142) 2021-08-05 13:27:24 -07:00
utils_test.py [CIFuzz] Don't make everything a subdirectory of /out (#5970) 2021-06-30 07:34:42 -07: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