Feed Sign in with OpenID OpenID

Simon Willison’s Weblog

1 item tagged “pickle”

Why Python Pickle is Insecure. Because pickle is essentially a stack-based interpreter, so you can put os.system on the stack and use it to execute arbitrary commands. 3 9th September 2009, 11:04 pm

A django site