Message81499
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/ |
|
Date |
User |
Action |
Args |
2009-02-09 21:49:40 | ajaksu2 | set | recipients:
+ ajaksu2, skip.montanaro, phr, sketerpot, jcrocholl, nealmcb |
2009-02-09 21:49:39 | ajaksu2 | set | messageid: <1234216179.81.0.755212580716.issue500698@psf.upfronthosting.co.za> |
2009-02-09 21:49:38 | ajaksu2 | link | issue500698 messages |
2009-02-09 21:49:37 | ajaksu2 | create | |
|