AdamPflug / express-brute

Brute-force protection middleware for express routes by rate limiting incoming requests
MIT License
564 stars 91 forks source link

Security Fix for Rate Limiting Bypass - huntr.dev #90

Closed huntr-helper closed 4 years ago

huntr-helper commented 4 years ago

Apologies - this pull request was opened in error - please ignore.

chawdamrunal commented 4 years ago

Detected require() expressions which import private modules

spec/ExpessBrute.js "sinonChai " is not published sinonChai = require('sinon-chai'),

"sinon" is not published sinon = require('sinon'),

If a require() expression's target is not published, the program works in local, but will not work after published to npm.