oss-fuzz/infra
jonathanmetzman f029180d24
Add license checking for more languages (#9630)
2023-02-07 21:09:32 +00:00
..
base-images [infra][NFC] Silence some useless logging (#9617) 2023-02-07 04:20:31 +00:00
build [trial-builds] Speed up first trial build by using real image as cache (#9535) 2023-02-06 19:36:01 -05:00
ci infra: remove temporary build image for Go (#9230) 2022-12-19 13:00:55 +11:00
cifuzz [cifuzz] Dont report crash on process timeout. (#9484) 2023-01-23 13:02:47 -05:00
experimental SystemSan: log correct dns type and class (#9476) 2023-01-23 09:48:14 +11:00
sanitizers/pysecsan pysecsan: add framework for python sanitization (#8480) 2022-10-28 13:29:47 +01:00
tools Add helper scripts for wycheproof (#9008) 2022-11-21 17:20:42 -05:00
uploader
.dockerignore
README.md
bisector.py Fix exception in bisector.py (#9399) 2023-01-12 09:26:10 +11:00
bisector_test.py
build_fuzzers.Dockerfile
build_specified_commit.py
build_specified_commit_test.py
constants.py Centipede integration (#8046) 2022-09-06 02:34:58 +00:00
helper.py Integrate Jazzer.js (#9466) 2023-01-31 11:31:54 -05:00
helper_test.py
manifest.py [arm] Add manifest script (#8223) 2022-08-12 09:04:24 -04:00
presubmit.py Add license checking for more languages (#9630) 2023-02-07 21:09:32 +00:00
pytest.ini
repo_manager.py
repo_manager_test.py
retry.py
run_fuzzers.Dockerfile
templates.py Enable github issue filing in new projects. (#7810) 2022-06-08 11:47:51 +10:00
test_repos.py
trigger_test java: Fix bash escaping in memory setting logic (#8825) 2022-11-07 10:34:37 -08:00
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