eslint-plugin-prototype-pollution-security-rules
Version:
Detect the use of vulnerable features within some libraries from https://github.com/HoLyVieR/prototype-pollution-nsec18/ that are not yet fixed
32 lines (31 loc) • 842 B
JSON
{
"name": "eslint-plugin-prototype-pollution-security-rules",
"version": "1.0.6",
"description": "Detect the use of vulnerable features within some libraries from https://github.com/HoLyVieR/prototype-pollution-nsec18/ that are not yet fixed",
"main": "./lib/index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --recursive tests/rules"
},
"keywords": [
"security",
"prototype pollution",
"eslint",
"merge",
"deepExtend",
"merge.recursive"
],
"repository": {
"type" : "git",
"url" : "https://github.com/LewisArdern/eslint-plugin-prototype-pollution-security-rules.git"
},
"author": "Lewis Ardern",
"license": "MIT",
"dependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.6.1",
"requireindex": "^1.2.0"
},
"devDependencies": {
"mocha": "^5.2.0"
}
}