UNPKG

vuln-regex-detector

Version:

Detect vulnerable regexes by querying a service hosted at Virginia Tech.

13 lines (12 loc) 177 B
{ "extends": "standard", "rules": { "no-multi-spaces": 0, "semi": [2, "always"], "indent": ["error", "tab"], "no-tabs": 0 }, "plugins": [ "mocha" ] }