update package.json
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
"name": "xss",
|
"name": "xss",
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
"version": "0.1.3",
|
"version": "0.1.3",
|
||||||
"description": "XSS攻击代码过滤 Remove XSS attack vectors from user-supplied HTML",
|
"description": "Sanitize untrusted HTML (to prevent XSS) 根据白名单过滤HTML(防止XSS攻击)",
|
||||||
"author": "leizongmin <leizongmin@gmail.com> (http://ucdok.com)",
|
"author": "leizongmin <leizongmin@gmail.com> (http://ucdok.com)",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
@@ -49,6 +49,8 @@
|
|||||||
"escape",
|
"escape",
|
||||||
"encode",
|
"encode",
|
||||||
"filter",
|
"filter",
|
||||||
"validator"
|
"validator",
|
||||||
|
"html",
|
||||||
|
"injection"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user