Uplink036 / PickleTestSuite

PickleTestSuite is a rigorous test suite for evaluating the stability and correctness of Python's pickle module across diverse environments, for consistent serialization outcomes for identical inputs.
MIT License
0 stars 0 forks source link

Fuzzing the seven pickle types #15

Closed AdamMutzell closed 4 months ago

AdamMutzell commented 4 months ago

Regarding the scope in issue #10, create a fuzzer that can create the seven different types of objects that pickle can handle.

Create a function that will produce random

AdamMutzell commented 4 months ago

Removed the functions, since they were not easy to fuzz through hypothesis. They only fuzzed lambda functions

AdamMutzell commented 4 months ago

There seems to be no way to fuzz random functions, objects, or classes. I will close this issue and make new ones that focuses on unittests instead.