Microsoft Anti-Cross Site Scripting Library 3.1 released(情報元のブックマーク数)

Anti-Cross Site Scripting Library (Anti-XSS) の最新版3.1がリリースされているそうです。

The Microsoft Anti-Cross Site Scripting Library (Anti-XSS) is an encoding library designed to help developers protect their ASP.NET web-based applications from XSS attacks.
It differs from most encoding libraries in that it uses the white-listing technique - sometimes referred to as the principle of inclusions - to provide protection against XSS attacks. This approach works by first defining a valid or allowable set of characters, and encodes anything outside this set (invalid characters or potential attacks). The white-listing approach provides several advantages over other encoding schemes.

Microsoft Anti-Cross Site Scripting Library 3.1 released - Help Net Security

screenshot