You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IMO it looks more like "Sql Injection" and should be reported with severity of error. I will create another issue to create Analyzer to detect sql injection and add this issue there.
string sql = "SELECT " + selection + " FROM myTable WHERE " + where;
var cmd4 = new SqlCommand(sql);
The text was updated successfully, but these errors were encountered: