xss-attack-detection
Version:
This package helps to filter the input text that is malicious and intended to attack the server.
21 lines (20 loc) • 797 B
JSON
{
"name": "xss-attack-detection",
"version": "1.0.4",
"description": "This package helps to filter the input text that is malicious and intended to attack the server.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["xss detection", "xss filter", "input sanitization", "network security","attack", "machine learning", "bayes-classifier","cyber security","xss","xss attack","xss attack prevention", "network attack"],
"repository": {
"type" : "git",
"url" : "https://github.com/harshitkohli1997/xss-attack-detection"
},
"homepage": "https://github.com/harshitkohli1997/xss-attack-detection/blob/master/README.md",
"author": "hk",
"license": "ISC",
"dependencies": {
"bayes-classifier": "0.0.5"
}
}