tree: 036b20212bdf493610a0c2de44b33ada6852df84 [path history] [tgz]
  1. base-images/
  2. build/
  3. ci/
  4. cifuzz/
  5. uploader/
  6. .dockerignore
  7. bisector.py
  8. bisector_test.py
  9. build_fuzzers.Dockerfile
  10. build_specified_commit.py
  11. build_specified_commit_test.py
  12. helper.py
  13. helper_test.py
  14. presubmit.py
  15. pytest.ini
  16. README.md
  17. repo_manager.py
  18. repo_manager_test.py
  19. retry.py
  20. run_fuzzers.Dockerfile
  21. templates.py
  22. test_helpers.py
  23. test_repos.py
  24. utils.py
  25. utils_test.py
infra/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

CommandDescription
generateGenerates skeleton files for a new project
build_imageBuilds a docker image for a given project
build_fuzzersBuilds fuzz targets for a given project
run_fuzzerRuns a fuzz target in a docker container
coverageRuns fuzz target(s) in a docker container and generates a code coverage report. See Code Coverage doc
reproduceRuns a testcase to reproduce a crash
shellStarts a shell inside the docker image for a project