What are security issues in asp.net mvc?! and does MVC solved XSS and the others?!
feedback
|
|
It helps by allowing you to use some specific pieces, but you still have to use them in appropriate places.
You still have to understand & question the security aspects. | |||
|
feedback
|
|
The same as any other website. Just like any other language or framework Sql Injection and Request Forgery are only solved if you implement measures to prevent it. XSS is solved only if you don't need to accept HTML input and disable XSS validation. Don't get soft thinking MS provided all the answers. It still takes a keen eye for flaws and a rigid application of counter measures to keep things secure. | |||
|
feedback
|
