Need information on SQL Injection in ASP.Net MVC 4 -
i have report generated ibm appscanner tool. scanned mvc application , on urls gave me high alerts.
i'm trying figure out how perform parameter manipulation on page above information provided in report find issue.
example of link on above report based : localhost:46887/myproject/country/edit/1
as rule of thumb: aways cast values (provided through request) concrete type using in application logic. if using orm/odm access data storage recieve built in sql injection protection :). tool may examins the query string , assumes injection possible.
Comments
Post a Comment