How to make xss safe strings

Roopesh roopesh.raj at gmail.com
Wed Aug 20 23:10:59 EDT 2008


Hi,

How can I make a string XSS safe? Will
simply .replace('<','<').replace('>','>').... do the work? Or
are there some other issues to take into account?. Is there already a
function in python which will do this for me.

Regards
Roopesh



More information about the Python-list mailing list