Unsafe.Web

This utility makes writing secure websites easier by wrapping the query string System.Web.HttpRequest's QueryString, Form, and Cookie properties with an easy-to-extend sanitizer.


Keywords
security, sanitizer, .net, asp.net, mvc
License
MIT
Install
Install-Package Unsafe.Web -Version 0.9.0

Documentation

Unsafe

This is an attempt at advanced parameter validation for ASP.NET and MVC projects. Real world attacks have been used as test cases, albeit sanitized as needed. This goes beyond the typical .NET safeguards by leverging information only a given project's development team can know.

NOTE

This is a work-in-progress. It is NOT ready for production.