oss-fuzz/infra
Evgeny Vereshchagin ff25180bd7
infra: stop patching llvm-symbolizer (#5839)
* infra: stop patching llvm-symbolizer

to prevent it from failing to start up with
```
NEW_FUNC[1/1]: llvm-symbolizer: symbol lookup error: /tmp/not-out/instrumented_libraries/lib/x86_64-linux-gnu/libz.so.1: undefined symbol: __msan_va_arg_overflow_size_tls
==45==WARNING: external symbolizer didn't start up correctly!
```

Closes https://github.com/google/oss-fuzz/issues/5349

* infra: reformat patch_build.py with yapf

to make the presubmit check happy
2021-05-25 23:06:59 +00:00
..
base-images infra: stop patching llvm-symbolizer (#5839) 2021-05-25 23:06:59 +00:00
build [infra] Run JVM coverage builds (#5770) 2021-05-14 17:07:48 -07:00
ci [infra] Verify JVM coverage builds in the CI (#5752) 2021-05-12 14:57:26 +00:00
cifuzz [CIFuzz] Support non-github action CI for external projects (#5824) 2021-05-24 21:22:01 +00:00
triage-party Store triage party image in oss-fuzz-base repo (#5584) 2021-04-07 11:11:52 +10:00
uploader
.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
bisector.py [helper] Fix build_image --pull and refactor (#5642) 2021-04-21 14:28:26 +00: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 [infra] Make mount location configurable in build_fuzzers (#5744) 2021-05-18 09:15:14 -07:00
build_specified_commit_test.py [helper] Fix build_image --pull and refactor (#5642) 2021-04-21 14:28:26 +00:00
helper.py [infra] Make mount location configurable in build_fuzzers (#5744) 2021-05-18 09:15:14 -07:00
helper_test.py [helper] Fix build_image --pull and refactor (#5642) 2021-04-21 14:28:26 +00:00
presubmit.py [presubmit] Add check to ensure dataflow is specified properly. (#5833) 2021-05-25 16:02:44 +00: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
test_helpers.py Improve CIFuzz tests (#4868) 2020-12-18 10:37:56 -08:00
test_repos.py
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