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