Advise of programming one of my first programs

Anatoli Hristov tolidtm at gmail.com
Wed Mar 28 18:36:06 EDT 2012


> > Um, at least by my understanding, the use of Pickle is also dangerous if
> > you
> > > are not completely sure what is being passed in:
> >
> > Oh goodness yes. pickle is exactly as unsafe as eval is. Try running this
> > code:
> >
> > from pickle import loads
> > loads("c__builtin__\neval\n(c__builtin__\nraw_input\n(S'py>'\ntRtR.")
>
> It might be as dangerous, but which is more likely to cause problems in
> real world scenarios?


Guys this is really something  that is not that important at this time for
me
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20120329/70f08853/attachment-0001.html>


More information about the Python-list mailing list