This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org
Difference between revisions of "OWASP ASP.NET MVC Boilerplate Project"
From OWASP
RehanSaeed (talk | contribs) |
RehanSaeed (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 9: | Line 9: | ||
==Description== | ==Description== | ||
A professional ASP.NET MVC template for building secure, fast, robust and adaptable web applications or sites. It provides the minimum amount of code required on top of the default MVC template provided by Microsoft to provide security by default. | A professional ASP.NET MVC template for building secure, fast, robust and adaptable web applications or sites. It provides the minimum amount of code required on top of the default MVC template provided by Microsoft to provide security by default. | ||
− | [[File: | + | [[File:Preview_Image.png|650px|center]] |
===Better Defaults=== | ===Better Defaults=== | ||
Line 29: | Line 29: | ||
# [http://rehansaeed.com/nwebsec-asp-net-mvc-security-through-http-headers/ X-Download-Options] | # [http://rehansaeed.com/nwebsec-asp-net-mvc-security-through-http-headers/ X-Download-Options] | ||
# [http://rehansaeed.com/nwebsec-asp-net-mvc-security-through-http-headers/ X-Frame-Options] | # [http://rehansaeed.com/nwebsec-asp-net-mvc-security-through-http-headers/ X-Frame-Options] | ||
+ | |||
+ | ===Subresource Integrity (SRI)=== | ||
+ | |||
+ | ASP.NET MVC Boilerplate has [http://rehansaeed.com/subresource-integrity-taghelper-using-asp-net-core/ Subresource Integrity (SRI)] implemented by default using a custom ASP.NET MVC 6 TagHelper. | ||
===Detailed Comments=== | ===Detailed Comments=== |