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