oss-fuzz/infra
dependabot[bot] 2ee9dae19f
Bump pyyaml from 5.3.1 to 5.4 in /infra/ci (#5511)
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 to 5.4.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
- [Commits](https://github.com/yaml/pyyaml/compare/5.3.1...5.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-25 20:43:57 -07:00
..
base-images [CIFuzz] Fix repo detection for repos downloaded through "go get". (#5481) 2021-03-23 11:01:02 -07:00
build Generate badges for projects without coverage (#5459) 2021-03-21 18:52:02 -07:00
ci Bump pyyaml from 5.3.1 to 5.4 in /infra/ci (#5511) 2021-03-25 20:43:57 -07:00
cifuzz [CIFuzz] Make it possible to skip bad build check. (#5475) 2021-03-23 09:22:53 -07:00
uploader Increase retry value to avoid build failures (#1468) 2018-06-02 09:12:31 -07:00
.dockerignore [NFC][CIFuzz] Rename test_files to test_data and delete unneeded testcases directory (#5448) 2021-03-19 11:49:38 -07:00
README.md Switch docs to new structure (#2663) 2019-08-07 07:37:16 -07:00
bisector.py Fix bisection when the original checkout is for a single branch. (#5478) 2021-03-23 14:17:37 +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: Add call to fetch_all_remotes on cleanup. (#5485) 2021-03-24 08:59:33 +11:00
build_specified_commit_test.py Fix spuriously failing test (#5218) 2021-02-22 10:55:15 -08:00
helper.py [helper] Fix handling of gsutil's 2FA (#5482) 2021-03-23 09:14:48 -07:00
helper_test.py [infra/helper.py] Unittest shell base-runner-debug (#5470) 2021-03-22 10:39:27 -07:00
presubmit.py [jazzer] Adapt infra scripting to JVM fuzz targets (#5176) 2021-02-16 07:06:58 -08:00
pytest.ini [infra] Improve test speed (#5118) 2021-02-05 06:10:42 -08:00
repo_manager.py Fix bisection when the original checkout is for a single branch. (#5478) 2021-03-23 14:17:37 +11: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 [NFC][CIFuzz] Rename test_files to test_data and delete unneeded testcases directory (#5448) 2021-03-19 11:49:38 -07: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