oss-fuzz/infra
jonathanmetzman a944a0359f
[CIFuzz][helper] Fix external project support and add tests. (#6161)
2021-08-04 15:35:48 +00:00
..
base-images Remove JDK dependency not available on ClusterFuzz (#6105) 2021-07-27 11:57:33 -07:00
build [NFC][infra][build] Move test data to test_data directory. (#6081) 2021-07-21 10:07:59 -07:00
ci ci: Fix get_changed_files_output (#5944) 2021-06-21 07:14:41 -07:00
cifuzz [cifuzz] Only grab github-specific env vars on github (#6150) 2021-08-03 18:13:59 -07:00
triage-party Store triage party image in oss-fuzz-base repo (#5584) 2021-04-07 11:11:52 +10:00
uploader Increase retry value to avoid build failures (#1468) 2018-06-02 09:12:31 -07:00
.dockerignore [NFC][CIFuzz] Rename test_files to test_data and delete unneeded testcases directory (#5448) 2021-03-19 11:49:38 -07:00
README.md Switch docs to new structure (#2663) 2019-08-07 07:37:16 -07:00
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] Refactor HTTP code and use a newer python. (#5842) 2021-06-14 09:26:04 -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
helper.py [CIFuzz][helper] Fix external project support and add tests. (#6161) 2021-08-04 15:35:48 +00:00
helper_test.py [CIFuzz][helper] Fix external project support and add tests. (#6161) 2021-08-04 15:35:48 +00:00
presubmit.py [cifuzz] Only grab github-specific env vars on github (#6150) 2021-08-03 18:13:59 -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 [infra] Mark more tests as integration (#4869) 2020-12-18 10:44:12 -08:00
retry.py [CIFuzz] Refactor in preparation for filestore (#5841) 2021-05-26 09:45:22 -07:00
run_fuzzers.Dockerfile [CIFuzz] Add coverage report generation. (#5937) 2021-06-23 07:30:11 -07:00
templates.py [CIFuzz] Add support for external projects to helper.py (#6141) 2021-08-04 06:42:17 -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] Add coverage report generation. (#5937) 2021-06-23 07:30:11 -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