Safely load a pickle file?
In our Python app, we are using pickle.load to load a file named perceptron.pkl. A HP Fortify static scan raises a high vulnerability, “Dynamic Code Evaluation – Unsafe Pickle Deserialization”, at the same line.
How can I re… Continue reading Safely load a pickle file?