oss-fuzz/infra
jonathanmetzman db8467bf30
[CI] Don't do coverage builds for engineless fuzzers. (#4374)
Coverage builds need to be special cased since they aren't specified
in sanitizers. Instead they are done for all C/C++ projects that
use libFuzzer.

Move all of this special casing to `should_build_coverage` and call that from
`should_build` so we have one place where we decide this.
Add tests as well.

Fixes: https://github.com/google/oss-fuzz/issues/4371
2020-08-26 11:59:56 -07:00
..
base-images [infra] Fix reproduce command invoking run_fuzzer for a single testcase (#4338). (#4367) 2020-08-25 11:38:50 -07:00
build even more fixes. (#4297) 2020-08-11 18:27:18 +10:00
ci [CI] Don't do coverage builds for engineless fuzzers. (#4374) 2020-08-26 11:59:56 -07:00
cifuzz Reland 55d9a81. (#4269) 2020-08-06 14:33:08 -07:00
testcases
uploader
.pylintrc
README.md
bisector.py bisector: try older commits if old_commit has the same result as new_commit (#4096) 2020-07-09 20:04:13 +10:00
bisector_test.py Return main repo URL in bisector result. (#3672) 2020-04-21 08:05:45 +10:00
build_specified_commit.py build_specified_commit: Handle build.sh which are part of upstream repo. (#3932) 2020-06-10 17:12:28 +10:00
build_specified_commit_test.py
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 [presubmit] Allow 'none' as a fuzzing engine (#4370) 2020-08-25 16:31:29 -07: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
templates.py Update Dockerfiles (#4070) 2020-07-06 13:18:23 -07:00
test_repos.py
utils.py utils: ignore subprocess-run-check (#4102) 2020-07-09 14:18:21 -07:00
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:

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