oss-fuzz/infra
Oliver Chang 36f31300f0
Fix entrypoint for chronos images. (#12677)
2024-11-01 14:42:45 +11:00
..
base-images Add ccache to base-builder. (#12675) 2024-11-01 13:42:39 +11:00
build Add ability to manually request introspector builds. (#12641) 2024-10-23 20:30:09 +01:00
ci Add more missing ruby references (#12180) 2024-07-09 11:45:44 -04:00
cifuzz [CFL] Interpret `PARALLEL_FUZZING` as a boolean value (#12655) 2024-10-31 13:07:15 -04:00
experimental Fix entrypoint for chronos images. (#12677) 2024-11-01 14:42:45 +11:00
tools
uploader
.dockerignore
MAINTAINERS.csv
README.md
bisector.py
bisector_test.py
build_fuzzers.Dockerfile
build_specified_commit.py
build_specified_commit_test.py
constants.py Adding Ruby Support into OSS-Fuzz via Ruzzy (#12034) 2024-07-02 08:33:01 -04:00
helper.py infra: make it possible to cache docker containers build (#12284) 2024-08-02 09:10:35 +01:00
helper_test.py
manifest.py
pr_helper.py
presubmit.py
pytest.ini
repo_manager.py
repo_manager_test.py
retry.py
run_fuzzers.Dockerfile
templates.py
test
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:

  • 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