D_L
1
Hi All,
Is there some kind of library etc that I can pass user input through to
prevent cross site scripting in Ruby?
for example if I accept user input and then try to textilize it I am
vulnerable to cross site scripting - anyway around this?
Cheers,
D.
D_L
2
While I’m not sure if there is a ruby lib for this sort of thing, you
might want to look into modsecurity and secure yourself from the server
level:
http://www.modsecurity.org/
-lincoln
D_L
3
D_L
4