[issue9105] pickle security note should be more prominent

2010-10-17 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: Moved pickle warning in r85621. A warning in shelve was already added for issue8855. For the tutorial, I don't think a warning needs to be added. Same goes for logging. -- nosy: +georg.brandl status: open - closed

[issue9105] pickle security note should be more prominent

2010-08-07 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- versions: +Python 3.1 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9105 ___ ___

[issue9105] pickle security note should be more prominent

2010-08-07 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu added the comment: FWIW, I agree too. The current location is a bit odd. -- nosy: +terry.reedy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9105 ___

[issue9105] pickle security note should be more prominent

2010-07-28 Thread Alexander Belopolsky
Changes by Alexander Belopolsky belopol...@users.sourceforge.net: -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9105 ___ ___

[issue9105] pickle security note should be more prominent

2010-07-19 Thread Alexander Belopolsky
Alexander Belopolsky belopol...@users.sourceforge.net added the comment: The patch does not apply to py3k. Also, when you generate patches please do so from the root directory of the branch. For example, tutorial/inputoutput.rst should be patched as Doc/tutorial/inputoutput.rst. Thanks.

[issue9105] pickle security note should be more prominent

2010-07-18 Thread Scott Lawrence
Scott Lawrence byt...@gmail.com added the comment: Patch warning in relevant places of pickle's vulnerability to insecure data, including the place referenced by issue8855. -- keywords: +patch nosy: +bytbox Added file: http://bugs.python.org/file18057/picklesec.patch

[issue9105] pickle security note should be more prominent

2010-07-18 Thread Alexander Belopolsky
Alexander Belopolsky belopol...@users.sourceforge.net added the comment: LGTM Unless someone objects, I will check that the patch generates reasonable HTML and apply. -- assignee: d...@python - belopolsky resolution: - accepted stage: needs patch - commit review

[issue9105] pickle security note should be more prominent

2010-06-28 Thread anatoly techtonik
New submission from anatoly techtonik techto...@gmail.com: Pickle warning about insecurity is located only at the second page near the bottom of Relationship to other Python modules chapter. For me the proper place for it is the first page of documentation. -- assignee: d...@python

[issue9105] pickle security note should be more prominent

2010-06-28 Thread Alexander Belopolsky
Alexander Belopolsky belopol...@users.sourceforge.net added the comment: See also issue8855. I believe Anatoly refers to http://docs.python.org/py3k/library/pickle.html I agree, the warning can be moved up so that it is visible on the first page in typical rendering. Note that there is

[issue9105] pickle security note should be more prominent

2010-06-28 Thread anatoly techtonik
anatoly techtonik techto...@gmail.com added the comment: Also http://docs.python.org/library/pickle.html http://docs.python.org/library/logging.html#sending-and-receiving-logging-events-across-a-network and http://mail.python.org/pipermail/python-dev/2010-June/101179.html The link to Nadia