This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ajaksu2
Recipients ajaksu2, jcrocholl, nealmcb, phr, sketerpot, skip.montanaro
Date 2009-02-09.21:49:37
SpamBayes Score 1.2971241e-10
Marked as misclassified No
Message-id <1234216179.81.0.755212580716.issue500698@psf.upfronthosting.co.za>
In-reply-to
Content
On http://mail.python.org/pipermail/python-dev/2008-November/083732.html
Nicole King wrote:

"""
I found I needed support for taint mode in python and have done some
work to realise this. It's by no means complete at this time, but I'm
floating this idea on this group to see how much interest there is.

The implementation is pretty simple:

- an extra field in PyObject to maintain the taint status
- a couple of extra functions __gettaint__() that returns the taint
status and __settaint__(value) that sets the taint value, returning the
previous status
- an additional command-line flag -a and environment variable
PYTHONIGNORETAINT that suppress taint checking
- a few macros defined in Objects/object.h to support taint management
- a new built-in exception, PyExc_TaintError, for reporting operations
on tainted objects
"""

More information and download: http://www.cats-muvva.net/software/
History
Date User Action Args
2009-02-09 21:49:40ajaksu2setrecipients: + ajaksu2, skip.montanaro, phr, sketerpot, jcrocholl, nealmcb
2009-02-09 21:49:39ajaksu2setmessageid: <1234216179.81.0.755212580716.issue500698@psf.upfronthosting.co.za>
2009-02-09 21:49:38ajaksu2linkissue500698 messages
2009-02-09 21:49:37ajaksu2create