oss-fuzz/infra
jonathanmetzman 468e1c08ec
[aarch64] Set random_tags=0 (#8201)
Set random_tags=0
2022-08-10 04:08:18 +00:00
..
base-images [aarch64] Set random_tags=0 (#8201) 2022-08-10 04:08:18 +00:00
build [trial-build] Test changes to base-runner (#8199) 2022-08-09 19:26:19 -04:00
ci Upgrade pytest to fix breakage (#7973) 2022-07-07 17:33:10 +02:00
cifuzz [CFL] Give docker images unique names to support parallel fuzzing (#7911) 2022-07-12 15:50:10 +02:00
experimental/sanitizers/ExecSan execscan: detect arbitrary file open (#8009) 2022-08-03 13:09:32 +10: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 [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 [Incomplete] Support building targets with HWAsan (#8190) 2022-08-08 22:57:59 -04:00
helper.py Remove dataflow support from helper.py (#7970) 2022-07-08 08:31:34 +02:00
helper_test.py [infra] Fix test failure. (#7098) 2022-01-05 15:00:00 -05: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 [cifuzz] Fuzz in cifuzz-base (#6142) 2021-08-05 13:27:24 -07:00
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