oss-fuzz/infra
jonathanmetzman dfbb678c93
[Ubuntu Upgrade] Raise threshold MSAN calls in for bad build check. (#6272)
Raise the threshold as honggfuzz builds in focal seem to have more
calls.
Related: #6180.
2021-08-23 16:48:38 +00:00
..
base-images [Ubuntu Upgrade] Raise threshold MSAN calls in for bad build check. (#6272) 2021-08-23 16:48:38 +00:00
build Fix coverage command and misc fixes (#6262) 2021-08-23 10:18:11 +10:00
ci add swift (#6270) 2021-08-23 16:47:54 +00:00
cifuzz Don't upload builds in run_fuzzers. (#6151) 2021-08-17 06:36:06 +00:00
triage-party
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_and_push_test_images.py Fix coverage command and misc fixes (#6262) 2021-08-23 10:18:11 +10: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 infra: add coverage sanitizer option (#6171) 2021-08-05 18:53:20 +00:00
helper.py Fix coverage command and misc fixes (#6262) 2021-08-23 10:18:11 +10:00
helper_test.py New base builder without lang specific installation + swift base (#5986) 2021-08-20 09:52:44 +10: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 Don't upload builds in run_fuzzers. (#6151) 2021-08-17 06:36:06 +00: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 New base builder without lang specific installation + swift base (#5986) 2021-08-20 09:52:44 +10: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 [infra][tests][NFC] Change mocked function prefix from "mocked_" to "mock_" (#6198) 2021-08-12 11:25:57 -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