Open fkroon opened 5 years ago
Does this module protect against SQL injections in parameterised SQL? E.g., when passing something like ' OR 1=1 -- as a parameter, will this be escaped?
' OR 1=1 --
Thanks in advance for replying.
Does this module protect against SQL injections in parameterised SQL? E.g., when passing something like
' OR 1=1 --
as a parameter, will this be escaped?Thanks in advance for replying.