charm icon indicating copy to clipboard operation
charm copied to clipboard

remove use of pickle module for serialization

Open jakinyele opened this issue 13 years ago • 0 comments

Pickle was never designed to be secure and is susceptible to arbitrary code execution if unpickling untrusted data. Need to switch to a safer serialization tool such as JSON.

jakinyele avatar Oct 28 '11 15:10 jakinyele