How do you avoid XSS vulnerabilities in ASP.Net (MVC)?

后端 未结 5 1943
庸人自扰
庸人自扰 2020-11-28 11:25

I recently noticed that I had a big hole in my application because I had done something like:

\" />
         


        
5条回答
  •  庸人自扰
    2020-11-28 11:38

    Watch this video from Scott Hanselman and Phil Haack. They cover XSS, CSRF, JSON Hijacking specifically with ASP.Net MVC.

提交回复
热议问题