- Notifications
You must be signed in to change notification settings - Fork1
Comparing changes
Open a pull request
base repository:DaveLak/oss-fuzz-inputs
Uh oh!
There was an error while loading.Please reload this page.
base:main
head repository:gitpython-developers/qa-assets
Uh oh!
There was an error while loading.Please reload this page.
compare:main
Uh oh!
There was an error while loading.Please reload this page.
- 14commits
- 354files changed
- 3contributors
Commits on May 7, 2024
Remove assets for unrelated projects
This repository was forked from a repo that houses assets for severalprojects that are not maintained by, nor related to, GitPython orGitPython's maintainers. As such, they do not belong in this repository.
DaveLak committedMay 7, 2024
Commits on May 8, 2024
Merge pull request#1from gitpython-developers/cleanup-and-restructu…
…re-repo
DaveLak authoredMay 8, 2024 **Merging this change requires a corresponding PR to be merged at the same timein the GitPython repo to update the OSS-Fuzz scripts to prevent breaking thebuilds.**The most significant change introduced here is replacing the `.zip` filescontaining seed corpora with sub-directories for each fuzz target containing anuncompressed corpus. This change makes it easier to update each corpus on aper-input-blob basis, as well as making the content of each corpus easier toinspect manually.The inputs added in this commit are taken directly from the corpora backupsgenerated by ClusterFuzz/OSS-Fuzz and can (and should) likely be reduced totheir minimal sets in a follow-up PR.Other changes:- Renamed the `dict` sub-directory to `dictionaries` for clarity.- Updated the README to better document what this repository contains. The README could use some improvement as well, including instructions for contributing and generating new inputs, but for now it should be good enough (I hope.) The "Dictionaries" section was migrated from the GitPython fuzzing README.
DaveLak committedMay 8, 2024 Merge pull request#2from gitpython-developers/refactor-gitpython-di…
…r-and-improve-readmeRestructure Fuzzer Seed Data
Byron authoredMay 8, 2024 Use LibFuzzer's
-merge=1
option to prune fuzz_config corpusThis change reduces the corpus to a minimal set test inputs thatgenerate the same coverage as they did before this change, meaningthe deleted inputs were redundant.
DaveLak committedMay 8, 2024 Use LibFuzzer's
-merge=1
option to prune fuzz_repo corpusThis change reduces the corpus to a minimal set test inputs thatgenerate the same coverage as they did before this change, meaningthe deleted inputs were redundant.Two new inputs were discovered and added.
DaveLak committedMay 8, 2024 Use LibFuzzer's
-merge=1
option to prune fuzz_blob corpusThis change reduces the corpus to a minimal set test inputs thatgenerate the same coverage as they did before this change, meaningthe deleted inputs were redundant.
DaveLak committedMay 8, 2024 Merge pull request#3from gitpython-developers/reduce-corpora
DaveLak authoredMay 8, 2024 Add corpus for new
fuzz_diff.py
fuzz targetThe `fuzz_diff` target is introduced in:gitpython-developers/GitPython#1914
DaveLak committedMay 8, 2024
Commits on May 9, 2024
Merge pull request #4 from gitpython-developers/add-fuzz-diff-seeds
DaveLak authoredMay 9, 2024
Commits on May 30, 2024
Add initial corpus and dictionary for the
fuzz_submodule
targetDaveLak committedMay 30, 2024 Merge pull request #5 from gitpython-developers/add-fuzz-submodules-s…
…eeds
DaveLak authoredMay 30, 2024
Commits on Aug 13, 2024
Update
fuzz_submodule
's seed corpus with new inputsUse these seed inputs are a combination of data generated by localand remote ClusterFuzz runs of the fuzz target that have beenpruned/minimized with LibFuzzer's -merge=1 option.
DaveLak committedAug 13, 2024 Merge pull request #6 from gitpython-developers/corpora/fuzz_submodul…
…e/update-seed-corpus
DaveLak authoredAug 13, 2024
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff main...main
Uh oh!
There was an error while loading.Please reload this page.