You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker 7ee447c011
v811_spc009_project
4 months ago
..
base-images v811_spc009_project 4 months ago
build v811_spc009_project 4 months ago
ci v811_spc009_project 4 months ago
cifuzz v811_spc009_project 4 months ago
uploader v811_spc009_project 4 months ago
.dockerignore v811_spc009_project 4 months ago
README.md v811_spc009_project 4 months ago
bisector.py v811_spc009_project 4 months ago
bisector_test.py v811_spc009_project 4 months ago
build_fuzzers.Dockerfile v811_spc009_project 4 months ago
build_specified_commit.py v811_spc009_project 4 months ago
build_specified_commit_test.py v811_spc009_project 4 months ago
helper.py v811_spc009_project 4 months ago
helper_test.py v811_spc009_project 4 months ago
presubmit.py v811_spc009_project 4 months ago
pytest.ini v811_spc009_project 4 months ago
repo_manager.py v811_spc009_project 4 months ago
repo_manager_test.py v811_spc009_project 4 months ago
retry.py v811_spc009_project 4 months ago
run_fuzzers.Dockerfile v811_spc009_project 4 months ago
templates.py v811_spc009_project 4 months ago
test_helpers.py v811_spc009_project 4 months ago
test_repos.py v811_spc009_project 4 months ago
utils.py v811_spc009_project 4 months ago
utils_test.py v811_spc009_project 4 months ago

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