asp_net_mvc_security_check_list
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
asp_net_mvc_security_check_list [2013/05/13 22:33] – created 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 [[https://nuget.org/ | + | * Use the [[http://wpl.codeplex.com|AntiXSS]] |
* 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 22: | Line 22: | ||
* Review all models and ensure each has a '' | * Review all models and ensure each has a '' | ||
+ | ===== Threat: Open Redirection ===== | ||
+ | * (MVC 1 & 2) Review all controller action methods and ensure all '' | ||
+ | * (MVC 3+) Either: | ||
+ | * (Preferred) Review all controller action methods and ensure all '' | ||
+ | * (Acceptable) Review all controller action methods and ensure no '' | ||
+ | |||
+ | ===== Threat: Stack Trace Leakage ===== | ||
+ | |||
+ | * (Preferred) Use [[http:// | ||
+ | < | ||
+ | < | ||
+ | </ | ||
+ | </ | ||
+ | * (Acceptable) Use [[http:// | ||
+ | < | ||
+ | < | ||
+ | <error statusCode=" | ||
+ | </ | ||
+ | < | ||
+ | </ | ||
+ | |||
+ | |||
+ | ===== General ===== | ||
+ | |||
+ | * 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.1368484386.txt.gz · Last modified: 2017/01/01 19:48 (external edit)