oss-fuzz/infra
Max Moroz 3f782ade9a
[infra] Unfreeze LLVM updating that was stopped due to #4608. (#4655)
2020-11-18 15:00:19 -08:00
..
base-images [infra] Unfreeze LLVM updating that was stopped due to #4608. (#4655) 2020-11-18 15:00:19 -08:00
build Fix incorrect OSS-Fuzz build project deletion. (#4623) 2020-11-10 11:10:43 +11:00
ci [CI] Don't do coverage builds for engineless fuzzers. (#4374) 2020-08-26 11:59:56 -07:00
cifuzz [NFC][CIFuzz] Fix coding issues. (#4550) 2020-11-17 13:39:57 -08:00
testcases
uploader
.pylintrc
README.md
bisector.py bisector: early exit when old_commit == new_commit. (#4458) 2020-09-18 14:10:10 +10:00
bisector_test.py
build_specified_commit.py
build_specified_commit_test.py [NFC][CIFuzz] Fix coding issues. (#4550) 2020-11-17 13:39:57 -08:00
helper.py [infra][docs] Be more explicit about code coverage being supported for C/C++ only (#4284). (#4303) 2020-08-12 09:32:05 -07:00
presubmit.py Set main repo for clamav. (#4466) 2020-09-23 10:41:20 +10:00
repo_manager.py bisector: try older commits if old_commit has the same result as new_commit (#4096) 2020-07-09 20:04:13 +10:00
repo_manager_test.py [NFC][CIFuzz] Fix coding issues. (#4550) 2020-11-17 13:39:57 -08:00
templates.py
test_repos.py [NFC][CIFuzz] Fix coding issues. (#4550) 2020-11-17 13:39:57 -08:00
utils.py utils: ignore subprocess-run-check (#4102) 2020-07-09 14:18:21 -07:00
utils_test.py [NFC][CIFuzz] Fix coding issues. (#4550) 2020-11-17 13:39:57 -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