asp_net_mvc_security_check_list
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
asp_net_mvc_security_check_list [2013/05/14 03:47] – [Threat: Cross-Site Scripting] stephen | asp_net_mvc_security_check_list [2017/01/01 20:05] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 3: | Line 3: | ||
===== Threat: Cross-Site Scripting ===== | ===== Threat: Cross-Site Scripting ===== | ||
- | * Use the [[wpl.codeplex.com|AntiXSS]] NuGet package - or not as it appears to be very broken and abandoned at the moment. | + | * Use the [[http://wpl.codeplex.com|AntiXSS]] NuGet package - or not as it appears to be very broken and abandoned at the moment. |
* Review all views and ensure that content is correctly encoded. As the Razor engine HTML encodes by default, look for: | * Review all views and ensure that content is correctly encoded. As the Razor engine HTML encodes by default, look for: | ||
* Any use of '' | * Any use of '' | ||
Line 28: | Line 28: | ||
* (Preferred) Review all controller action methods and ensure all '' | * (Preferred) Review all controller action methods and ensure all '' | ||
* (Acceptable) Review all controller action methods and ensure no '' | * (Acceptable) Review all controller action methods and ensure no '' | ||
+ | |||
+ | ===== Threat: Stack Trace Leakage ===== | ||
+ | |||
+ | * (Preferred) Use [[http:// | ||
+ | < | ||
+ | < | ||
+ | </ | ||
+ | </ | ||
+ | * (Acceptable) Use [[http:// | ||
+ | < | ||
+ | < | ||
+ | <error statusCode=" | ||
+ | </ | ||
+ | < | ||
+ | </ | ||
+ | |||
===== General ===== | ===== General ===== | ||
* Review all controller classes and ensure that only methods that are intended to be exposed as action methods are marked '' | * Review all controller classes and ensure that only methods that are intended to be exposed as action methods are marked '' |
asp_net_mvc_security_check_list.1368503241.txt.gz · Last modified: 2017/01/01 19:48 (external edit)