.NET 基金会项目介绍-Microsoft Web Protection Library

Microsoft Web Protection Library 是属于 .Net 基金会的一个项目,本文将简要介绍该项目相关的信息。

中文介绍

中文介绍内容翻译自英文介绍,主要采用意译、如与原文存在出入,请以原文为准。

Microsoft Web Protection Library

Microsoft Web Protection Library (WPL) 包含一组用于对 web 站点添加防护的程序集。

它包括有提供的一组编码函数,用于对用户输入的 HTML 、 HTML属性 、 XML 、 CSS 和 JavaScript 进行处理,以达到防 XSS(跨站脚本攻击)的目的。

它还包括 Security Runtime Engine ,其能够为已有的站点添加一层包装,确保常见的攻击无法进入您的应用程序。

项目详情

相关链接

笔者简评

该项目已经停止维护。

这是一个相当古老的项目,当前这个项目的主要内容都已经被合并入了 Framework 4 当中。当然还可以从 nuget 上获取该项目单独的包用于更旧版本的应用程序。

英文介绍

Microsoft Web Protection Library

The Microsoft Web Protection Library (WPL) is a set of .NET assemblies that help you protect your web sites. The WPL includes AntiXSS that provides a myriad of encoding functions for user input, including HTML, HTML attributes, XML, CSS and JavaScript. WPL also includes the Security Runtime Engine that provides a wrapper around your existing web sites, ensuring that common attack vectors do not make it to your application.

Project Details

以上《英文介绍》摘录自 .NET Foundation 的项目介绍 。原文受原项目许可证保护。



其他项目地址