tree: 91d556f8d5824cceb57cf6b1930f6774e8bdceba [path history] [tgz]
  1. base-images/
  2. cifuzz/
  3. gcb/
  4. jenkins-cluster/
  5. testcases/
  6. travis/
  7. uploader/
  8. .pylintrc
  9. bisector.py
  10. bisector_test.py
  11. build_specified_commit.py
  12. build_specified_commit_test.py
  13. dev-requirements.txt
  14. helper.py
  15. presubmit.py
  16. README.md
  17. repo_manager.py
  18. repo_manager_test.py
  19. templates.py
  20. test_repos.py
  21. utils.py
  22. 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