https://github.com/barebox/barebox-fuzz-corpora
Seeds for fuzzing barebox' parsers
https://github.com/barebox/barebox-fuzz-corpora
Last synced: 4 months ago
JSON representation
Seeds for fuzzing barebox' parsers
- Host: GitHub
- URL: https://github.com/barebox/barebox-fuzz-corpora
- Owner: barebox
- License: gpl-2.0
- Created: 2024-11-27T16:05:18.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-05T12:24:16.000Z (about 1 year ago)
- Last Synced: 2025-06-05T12:35:24.155Z (about 1 year ago)
- Language: Shell
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: COPYING
Awesome Lists containing this project
README
..
SPDX-License-Identifier: GPL-2.0-only
This repository stores corpora to be used while fuzzing barebox' parsers.
Each fuzz test has its own corpus directory named after it.
Contributing
------------
The repository can be forked on `Github `
To extend a corpus, submit a pull-request adding files into the relevant
directory, but without touching existing files.
Merge of the corpora will be done at the maintainers' side.
All input files must be licensed under the terms of the GNU GPL 2.0.
License
-------
These corpora are available and distributable under the same terms of barebox
itself; the GNU General Public License, version 2, as published by the Free
Software Foundation and reproduced in the COPYING file in this repository.