- Notifications
You must be signed in to change notification settings - Fork0
Repository if inputs and seed data for use by OZZ-Fuzz targets or anything else it might help.
License
gitpython-developers/qa-assets
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 refertoGitPython's fuzzing/README.md
For details about the contents of this repository, continue reading.
Contains one subdirectory per fuzz target, each containing a set of minimal test inputs (called a "corpus") that enablethe fuzzing engine to generate some initial coverage that it can build on.
Provides hints to the fuzzing engine about inputs that might trigger unique code paths. Each fuzz target may have acorresponding.dict
file. For information about dictionary syntax, refer totheLibFuzzer documentation on the subject.
Things to Know:
- OSS-Fuzz loads dictionary files per fuzz target if one exists with the same name, all others are ignored.
- Most entries in the dictionary files found here are escaped hex or Unicode values that were recommended by the fuzzingengine after previous runs.
- A default set of dictionary entries should be created for all fuzz targets as part of the build process, regardless ofan existing file here.
- Development or updates to dictionaries should reflect the varied formats and edge cases relevant to thefunctionalities under test.
- Example dictionaries (some of which are used to build the default dictionaries mentioned above) can be found here:
About
Repository if inputs and seed data for use by OZZ-Fuzz targets or anything else it might help.
Resources
License
Uh oh!
There was an error while loading.Please reload this page.