Need information on SQL Injection in ASP.Net MVC 4 -


enter image description here

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

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -