Sanitising user input using Python

Posted by Steve on Stack Overflow See other posts from Stack Overflow or by Steve
Published on 2008-08-19T20:18:31Z Indexed on 2010/03/22 20:51 UTC
Read the original article Hit count: 232

Filed under:
|

What's the best way to sanitise user input for a Python-based web application? Is there a single function to remove HTML characters and any other necessary characters combinations to ensure that an XSS or SQL injection attack isn't possible?

© Stack Overflow or respective owner

Related posts about python

Related posts about xss