GitHub - gitpython-developers/qa-assets: Repository if inputs and seed data for use by OZZ-Fuzz targets or anything else it might help. (original) (raw)

gitpython-developers qa-assets

This repository contains files used as inputs for automated testing of gitpython-developers owned projects. Currently, only GitPython's OSS-Fuzz related blobs are housed here.

For information about GitPython's OSS-Fuzz integration and fuzz tests, please refer to GitPython's fuzzing/README.md

For details about the contents of this repository, continue reading.

Files & Directories Overview

Seed Corpora (gitpython/corpora/)

Contains one subdirectory per fuzz target, each containing a set of minimal test inputs (called a "corpus") that enable the fuzzing engine to generate some initial coverage that it can build on.

Dictionaries (gitpython/dictionaries/)

Provides hints to the fuzzing engine about inputs that might trigger unique code paths. Each fuzz target may have a corresponding .dict file. For information about dictionary syntax, refer to the LibFuzzer documentation on the subject.

Things to Know: