XSS CODE
跨站脚本攻击
This commit is contained in:
44
bower.json
Normal file
44
bower.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"name": "xss",
|
||||
"version": "0.2.14",
|
||||
"homepage": "https://github.com/leizongmin/js-xss",
|
||||
"authors": [
|
||||
"Zongmin Lei <leizongmin@gmail.com>"
|
||||
],
|
||||
"description": "Sanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist",
|
||||
"main": "dist/xss.js",
|
||||
"moduleType": [
|
||||
"globals",
|
||||
"node",
|
||||
"amd"
|
||||
],
|
||||
"keywords": [
|
||||
"sanitization",
|
||||
"xss",
|
||||
"sanitize",
|
||||
"sanitisation",
|
||||
"input",
|
||||
"security",
|
||||
"escape",
|
||||
"encode",
|
||||
"filter",
|
||||
"validator",
|
||||
"html",
|
||||
"injection",
|
||||
"whitelist"
|
||||
],
|
||||
"license": "MIT",
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"node_modules",
|
||||
"bower_components",
|
||||
"test",
|
||||
"tests",
|
||||
"benchmark",
|
||||
"bin",
|
||||
"example",
|
||||
"build.cmd",
|
||||
"bower_register.cmd",
|
||||
"coverage.html"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user