-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Routes has no rate-limiting #139
Comments
so for @christian-hawk @jgomer2001 let me know what you think about this all? also if you are agree with this all then are we going to add this feature in Gluu 4.2.x or Gluu 5.0? |
Good. It's a security fix for CVE-307, CVE-400 and CVE-770, the context here is a fix rather then a feat. |
used express-rate-limit package, currently fetching configurations from production.js file feat #139
used express-rate-limit package, currently fetching configurations from production.js file feat #139
used express-rate-limit package, currently fetching configurations from production.js file feat #139
used express-rate-limit package, currently fetching configurations from production.js file feat #139
used express-rate-limit package, currently fetching configurations from production.js file feat #139
HTTP request handlers should not perform expensive operations such as accessing the file system, executing an operating system command or interacting with a database without limiting the rate at which requests are accepted. Otherwise, the application becomes vulnerable to denial-of-service attacks where an attacker can cause the application to crash or become unresponsive by issuing a large number of requests at the same time.
suggestion:
express-rate-limit
package.Please check security tab.
The text was updated successfully, but these errors were encountered: