Skip to content

Files

Latest commit

Jun 18, 2025
4372f89 · Jun 18, 2025

History

History

infra

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 17, 2025
Jun 1, 2025
Jun 1, 2025
Jun 1, 2025
Jun 18, 2025
Jun 6, 2025
Jun 2, 2018
Mar 19, 2021
Jun 2, 2023
Mar 2, 2022
Jan 11, 2023
Aug 4, 2021
Aug 5, 2021
Mar 26, 2025
Aug 11, 2021
Jul 2, 2024
Jun 6, 2025
Jan 5, 2022
Aug 12, 2022
Sep 14, 2023
Jun 1, 2025
May 26, 2021
Apr 5, 2022
Oct 20, 2021
May 26, 2021
Feb 27, 2025
Jun 8, 2022
Feb 13, 2023
Aug 4, 2021
Nov 9, 2021
Oct 5, 2021

README.md

infra

OSS-Fuzz project infrastructure

Core infrastructure:

  • base-images - docker images for building fuzz targets & corresponding jenkins pipeline.

Continuous Integration infrastructure:

  • ci - script to build projects in CI.

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