aosp12/external/oss-fuzz/infra
hcl 7be3fd486c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
..
base-images init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
build init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
ci init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
cifuzz init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
uploader init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
.dockerignore init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
README.md init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
bisector.py init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
bisector_test.py init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
build_fuzzers.Dockerfile init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
build_specified_commit.py init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
build_specified_commit_test.py init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
helper.py init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
helper_test.py init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
presubmit.py init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
pytest.ini init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
repo_manager.py init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
repo_manager_test.py init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
retry.py init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
run_fuzzers.Dockerfile init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
templates.py init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
test_helpers.py init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
test_repos.py init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
utils.py init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
utils_test.py init from android-12.1.0_r8 2023-01-09 17:11:35 +08: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