Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong squiggle information on sting variable #11

Open
RonnieHegelund opened this issue Nov 21, 2014 · 1 comment
Open

Wrong squiggle information on sting variable #11

RonnieHegelund opened this issue Nov 21, 2014 · 1 comment

Comments

@RonnieHegelund
Copy link
Contributor

string sql = "SELECT " + selection + " FROM myTable WHERE " + where;

var cmd4 = new SqlCommand(sql);

@vendettamit
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants