Pickle Serialization in Data Science(robustintelligence.com)
robustintelligence.com
Pickle Serialization in Data Science
https://www.robustintelligence.com/blog/pickle-serialization-in-data-science-a-ticking-time-bomb
2 comments
Blog post on the dangers of pickle files in data science!
The pickle module doesn't directly supports doing this as one has to implement a Unpickler subclass to override find_class to permit only the callables from modules that are acceptable to be called.