Message53427
Logged In: YES
user_id=72053
With new-style classes, maybe this can be done by
subclassing string somehow. There would be a subclass for
tainted strings and trying to do most things with them would
raise an exception. With taint checking enabled, functions
like os.getenv and cgi.FieldStorage would make objects
containing tainted strings. You'd untaint them by passing
them to re.search or re.match and pulling out the match
variables, like in Per. |
|
Date |
User |
Action |
Args |
2007-08-23 16:01:57 | admin | link | issue500698 messages |
2007-08-23 16:01:57 | admin | create | |
|