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

SQL Injection - Stored Procedures #15

Open
curea opened this issue Oct 25, 2016 · 0 comments
Open

SQL Injection - Stored Procedures #15

curea opened this issue Oct 25, 2016 · 0 comments

Comments

@curea
Copy link

curea commented Oct 25, 2016

Add additional SQL injection rules for .sql files (additional files):

Look for sp_executesql without the 2, 3 parameters or EXEC statement.

Find all where one of these methods is called using a string data w/ no parms. Plus, go a step back and make sure a string variable is appended into the statement.

https://msdn.microsoft.com/en-us/library/bb399403(v=vs.110).aspx

@ejohn20 ejohn20 changed the title SQL Injection SQL Injection - Stored Procedures Aug 30, 2017
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

1 participant