+ 1
Why security experts consider the use of pickle in python a vulnerability?
Pickle is very helpful, so I would like to know how to use it safely or if there's another way instead of the pickle module that does the same job.
2 ответов
+ 1
Hello!
Here's great explanation in docs
https://docs.python.org/3/library/pickle.html
Also check their example
https://github.com/python/cpython/blob/3.6/Lib/pickle.py
0
Thanks a whole lot, that was helpful