XF 1.5 SQL Injection protection

jiewaqpe

Member
I require my forum installation protected against SQL Injection attacks. Is there a plugin or way to prevent this kind of attacks?
 
Realistically the only protection needed is to use well written code that isn't susceptible to such attacks.

XF itself employs methods to mitigate SQL injection attacks, such as using prepared statements.
 
Top Bottom