Add `Diff` Fuzz Target by DaveLak · Pull Request #1914 · gitpython-developers/GitPython

@DaveLak

Adds a new `fuzz_diff.py` fuzz target that covers `Diff` class
initialization using fuzzed data.

added a commit to gitpython-developers/qa-assets that referenced this pull request

May 8, 2024

@DaveLak

@DaveLak

Property access and private methods on the `Diff` class are complex and
involve encoding and decoding operations that warrant being tested.

This test borrows its design from the `test_diff.py` unit test file.

@DaveLak DaveLak deleted the add-diff-fuzz-target branch

May 9, 2024 14:23