https://github.com/andygrunwald/vdf-fuzzing-corpus
Fuzzing corpus for https://github.com/andygrunwald/vdf
https://github.com/andygrunwald/vdf-fuzzing-corpus
Last synced: 5 months ago
JSON representation
Fuzzing corpus for https://github.com/andygrunwald/vdf
- Host: GitHub
- URL: https://github.com/andygrunwald/vdf-fuzzing-corpus
- Owner: andygrunwald
- License: mit
- Created: 2022-10-17T09:15:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-17T18:16:02.000Z (almost 4 years ago)
- Last Synced: 2025-01-16T01:37:21.641Z (over 1 year ago)
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fuzzing corpus for [andygrunwald/vdf](https://github.com/andygrunwald/vdf)
[andygrunwald/vdf](https://github.com/andygrunwald/vdf) is **a Lexer and Parser for Valves Data Format (known as vdf) written in Go**.
We run [fuzzing tests](https://go.dev/security/fuzz/) as part of the test suite.
This repository is a storage for the [seed corpus files](https://go.dev/security/fuzz/#glos-seed-corpus).
For the actual code for [andygrunwald/vdf](https://github.com/andygrunwald/vdf), please visit the original repository at https://github.com/andygrunwald/vdf.