oss-fuzz/infra
van Hauser 7921270476
Ignore fuzz setup problem detection during building with afl++ (#7127)
* update afl++ commit id

* update afl++ commit id

* fix for afl++

* attempt fix for curl

* allow easy reproducable afl++ builds

* new commit id

* fixes

* another afl++ commit increase

* not a relevant update, but why not

* two afl++ fixes

* add debug script

* update commit id (not relevant though)

* add wget

* update afl++ commit id

* just afl++ doc updates, but maybe this results in some attention

* ignore afl++ fuzz setup problems during building

* update afl++ commit id

* fix laf-intel implementation

* ensure fuzz tests are running without issues for afl++

* update afl++ commit id
2022-01-18 14:54:28 -05:00
..
base-images Ignore fuzz setup problem detection during building with afl++ (#7127) 2022-01-18 14:54:28 -05:00
build Employ cloudbuild for build status (#6767) 2021-11-17 13:47:39 +11:00
ci [language builders] Get rid of base-builder-new (#6361) 2021-09-01 13:36:17 -07:00
cifuzz [clusterfuzzlite] Support gitlab (#7073) 2022-01-13 14:27:53 -05:00
triage-party Store triage party image in oss-fuzz-base repo (#5584) 2021-04-07 11:11:52 +10: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 [infra] Add different messages depending on bisection type (#6547) 2021-10-04 07:14:41 -05:00
bisector_test.py [infra][NFC] Use "testcase" instead of test_case for consistency. (#6159) 2021-08-03 18:05:00 -07:00
build_and_push_test_images.py [language builders] Get rid of base-builder-new (#6361) 2021-09-01 13:36:17 -07:00
build_fuzzers.Dockerfile [cifuzz] Fuzz in cifuzz-base (#6142) 2021-08-05 13:27:24 -07:00
build_specified_commit.py [helper] Change logging from error to info (#6200) 2021-08-11 11:09:24 -07:00
build_specified_commit_test.py [helper] Change logging from error to info (#6200) 2021-08-11 11:09:24 -07:00
constants.py Swift ideal integration (#6312) 2021-09-02 14:56:01 -07:00
helper.py infra: Remove redundant --cap-add SYS_PTRACE (#6808) 2021-11-15 11:24:55 -05:00
helper_test.py [infra] Fix test failure. (#7098) 2022-01-05 15:00:00 -05:00
presubmit.py Rename incorrectly named project.yml and add presubmit check. (#7133) 2022-01-14 13:03:56 -05:00
pytest.ini [CIFuzz] Refactor in preparation for filestore (#5841) 2021-05-26 09:45:22 -07:00
repo_manager.py cflite: Support private repos (#6592) 2021-10-20 13:51:57 +11:00
repo_manager_test.py cflite: Support private repos (#6592) 2021-10-20 13:51:57 +11:00
retry.py [CIFuzz] Refactor in preparation for filestore (#5841) 2021-05-26 09:45:22 -07:00
run_fuzzers.Dockerfile [cifuzz] Fuzz in cifuzz-base (#6142) 2021-08-05 13:27:24 -07:00
templates.py Write project.yaml for external generator. (#6764) 2021-11-04 09:30:49 -04:00
test_repos.py [infra][NFC] Use "testcase" instead of test_case for consistency. (#6159) 2021-08-03 18:05:00 -07:00
utils.py [ClusterFuzzLite] Fix fuzz target search for coverage (#6799) 2021-11-09 07:49:21 -05:00
utils_test.py [cifuzz] Use javascript actions library for uploading artifacts (#6552) 2021-10-05 09:16:54 -04: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