5 ms·
Python's Pickle lib had something similar to safe_load(), that they removed because it gave a false sense of security.
by ghostganz 14y ago
Python's Pickle lib had something similar to safe_load(), that they removed because it gave a false sense of security.
- X-Istence 14y agoIf you are accepting pickled objects from a remote and using it ... you are an idiot.