Closed iaskwho closed 4 years ago
This is a standard expected behaviour of the Python Pickle format: Pickle is fundamentally unsafe for untrusted payloads. The same behaviour will be found in the standard library's pickle module. See here:
pickle
https://docs.python.org/3/library/pickle.html
This is a standard expected behaviour of the Python Pickle format: Pickle is fundamentally unsafe for untrusted payloads. The same behaviour will be found in the standard library's
pickle
module. See here:https://docs.python.org/3/library/pickle.html