Safe or Unsafe stored procedure?
Date: March 27, 2012 09:52AM
So, I know stored procedures are still vulnerable to SQLi if the parameters are concatenated so I was wondering if the var1 variable in this string is vulnerable to injection:
AND ([var1] LIKE '%' + @var1 + '%')