◐ Shell
clean mode source ↗

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

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

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

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

May 8, 2024
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