I'm planning to run XSS filtering on output only so no matter what I still have the original data.
I'm using parameterized queries so I guess I'm immune against SQL injections.
What do you guys think of this approach?
I'm planning to run XSS filtering on output only so no matter what I still have the original data.
I'm using parameterized queries so I guess I'm immune against SQL injections.
What do you guys think of this approach?
XSS filtering on output… is that OK?
Yes.
I'm using parameterized queries so I guess I'm immune against SQL injections.
Not entirely. See this my answer for the details