Playing with Pickle Security
<p>Reading about the latest vulnerabilities in Rails, got me thinking about a similar issue we have in Python.</p><p>It is well known that using pickle on untrusted data is insecure to the point of allowing</p><p>arbitrary code execution</p><p>. Or …</p>