oss-fuzz/infra
jonathanmetzman 9f4d0e5360
[CIFuzz][NFC] Ensure more tests don't modify the repo (#5114)
Ensure more tests dont modify the repo by using a temporary directory.
Also, use setUp to create a tempdir to save code repitition.
2021-02-04 09:07:45 -08:00
..
base-images Simplify the Envoy integration by using the new rules_fuzzing primitives. (#5062) 2021-02-03 08:09:04 -08:00
build Replace terms that are uninclusive. (#5045) 2021-01-25 08:41:34 -08:00
ci Simplify changed files logic. (#5056) 2021-01-27 17:43:15 -08:00
cifuzz [CIFuzz][NFC] Ensure more tests don't modify the repo (#5114) 2021-02-04 09:07:45 -08:00
go/coverage Self-hosts golang scripts for golang coverage (#4698) 2020-11-24 07:37:56 -08:00
testcases [infra] Fixing bisection to work with more OSS-Fuzz projects (#3152) 2020-01-06 12:17:26 -08:00
uploader
.dockerignore Make CIFuzz more debuggable by allowing one to run off a branch (#4666) 2020-11-24 06:32:23 -08:00
.pylintrc
README.md Switch docs to new structure (#2663) 2019-08-07 07:37:16 -07:00
bisector.py Rename BaseRepoManager -> RepoManager. (#4800) 2020-12-08 10:01:38 +11:00
bisector_test.py Lint everything (and test everything too? 2021-01-20 13:25:56 -08:00
build_fuzzers.Dockerfile Move entrypoints for CIFuzz to cifuzz folder. (#5020) 2021-01-20 13:23:55 -08:00
build_specified_commit.py build_specified_commit: Remove an exception. (#5009) 2021-01-20 16:52:49 +11:00
build_specified_commit_test.py [CIFuzz] Fix typo in disabled test (#4871) 2020-12-18 19:29:52 -08:00
helper.py Sets language env variable when running shell (#5007) 2021-01-19 14:20:39 -08:00
presubmit.py Simplify changed files logic. (#5056) 2021-01-27 17:43:15 -08:00
repo_manager.py [CIFuzz] Fix diffing + Refactor (#5032) 2021-01-28 12:10:57 -08:00
repo_manager_test.py [infra] Mark more tests as integration (#4869) 2020-12-18 10:44:12 -08:00
retry.py [pylint] Enable no-member check (#5034) 2021-01-21 16:21:17 -08:00
run_fuzzers.Dockerfile Move entrypoints for CIFuzz to cifuzz folder. (#5020) 2021-01-20 13:23:55 -08:00
templates.py Populate a bunch of main_repo values. (#4815) 2020-12-10 09:49:27 +11:00
test_helpers.py Improve CIFuzz tests (#4868) 2020-12-18 10:37:56 -08:00
test_repos.py Fix permission denied errors on CI in unittests (#4664) 2020-11-20 10:39:19 -08:00
utils.py match behavior of removeprefix 2021-01-20 12:59:11 -08:00
utils_test.py Use print for printing stacktrace instead of using log. (#4799) 2020-12-08 09:05:48 -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