Fix #342 - Enforce all regexes to comply with safe-regex as a safeguard against possible ReDoS vulnerability

This commit is contained in:
Faisal Salman
2021-03-26 19:39:00 +07:00
parent b406b5df2c
commit 2cfd792d24
2 changed files with 29 additions and 1 deletions

View File

@@ -120,6 +120,7 @@
"jshint": "~2.12.0",
"mocha": "~8.2.0",
"requirejs": "^2.3.2",
"safe-regex": "^2.1.1",
"uglify-js": "~3.12.0",
"verup": "^1.3.x"
},