oss-fuzz/infra
Dongge Liu 46cc569049
Do not remove the symlink as they are used by `Centipede`'s `Bazel` build (#8486)
2022-09-14 02:54:49 +00:00
..
base-images Do not remove the symlink as they are used by `Centipede`'s `Bazel` build (#8486) 2022-09-14 02:54:49 +00:00
build Centipede integration (#8046) 2022-09-06 02:34:58 +00:00
ci Prepare for JavaScript fuzzing (#8325) 2022-08-23 17:41:42 -04:00
cifuzz Prepare for JavaScript fuzzing (#8325) 2022-08-23 17:41:42 -04:00
experimental SystemSan: more logs for arbitrary file open (#8432) 2022-09-12 01:55:03 +00:00
tools [infra] Add script for pinning images when updating builders. (#8328) 2022-08-23 17:39:33 -04:00
uploader
.dockerignore
README.md Update README.md (#7352) 2022-03-02 10:39:34 -05:00
bisector.py [infra] Add different messages depending on bisection type (#6547) 2021-10-04 07:14:41 -05:00
bisector_test.py
build_fuzzers.Dockerfile
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 Centipede integration (#8046) 2022-09-06 02:34:58 +00:00
helper.py Centipede integration (#8046) 2022-09-06 02:34:58 +00:00
helper_test.py [infra] Fix test failure. (#7098) 2022-01-05 15:00:00 -05:00
manifest.py [arm] Add manifest script (#8223) 2022-08-12 09:04:24 -04:00
presubmit.py [presubmit] Don't run tests in projects/ (#8143) 2022-08-03 15:02:51 -04:00
pytest.ini
repo_manager.py Consider submodules while commit and PR checkout (#7500) 2022-04-05 11:14:39 -04:00
repo_manager_test.py cflite: Support private repos (#6592) 2021-10-20 13:51:57 +11:00
retry.py
run_fuzzers.Dockerfile
templates.py Enable github issue filing in new projects. (#7810) 2022-06-08 11:47:51 +10:00
test_repos.py
utils.py [ClusterFuzzLite] Fix fuzz target search for coverage (#6799) 2021-11-09 07:49:21 -05: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:

  • ci - script to build projects in CI.

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