oss-fuzz/infra
jonathanmetzman 94898eb74e
[base-clang] Add warning not to upgrade (#7279)
* [base-clang] Add warning not to upgrade

* undo
2022-02-15 16:33:35 -05:00
..
base-images [base-clang] Add warning not to upgrade (#7279) 2022-02-15 16:33:35 -05:00
build Make project sync update changed scheduler schedules. (#7234) 2022-02-04 09:00:10 +11:00
ci Base builder go experimental (#7240) 2022-02-04 04:21:55 +00:00
cifuzz This allows users to skip CIFuzz's logic to only run affected fuzz (#7256) 2022-02-10 17:11:52 -05:00
triage-party
uploader
.dockerignore
README.md
bisector.py
bisector_test.py
build_and_push_test_images.py
build_fuzzers.Dockerfile
build_specified_commit.py
build_specified_commit_test.py
constants.py apply patches needed for fuzz introspector integration (#7122) 2022-01-20 12:22:27 +11:00
helper.py apply patches needed for fuzz introspector integration (#7122) 2022-01-20 12:22:27 +11:00
helper_test.py
presubmit.py
pytest.ini
repo_manager.py
repo_manager_test.py
retry.py
run_fuzzers.Dockerfile
templates.py
test_repos.py
utils.py
utils_test.py

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