-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
issueThis is an issue and needs to be fixedThis is an issue and needs to be fixed
Description
In order to safeguard ServerQuery against potential Denial-of-Service (DoS) attacks, we need to implement rate limiting on all POST requests. Rate limiting will ensure that our server doesn't get overwhelmed by a large number of requests within a short timeframe, preserving the reliability and availability of our service.
We are currently considering using the express-rate-limit package for this task, but we are open to other suggestions.
This issue encompasses the following security alerts:
Tracking issue for:
- https://github.com/ihasTaco/ServerQuery/security/code-scanning/53
- https://github.com/ihasTaco/ServerQuery/security/code-scanning/52
- https://github.com/ihasTaco/ServerQuery/security/code-scanning/51
- https://github.com/ihasTaco/ServerQuery/security/code-scanning/50
- https://github.com/ihasTaco/ServerQuery/security/code-scanning/49
- https://github.com/ihasTaco/ServerQuery/security/code-scanning/48
- https://github.com/ihasTaco/ServerQuery/security/code-scanning/47
- https://github.com/ihasTaco/ServerQuery/security/code-scanning/46
- https://github.com/ihasTaco/ServerQuery/security/code-scanning/45
- https://github.com/ihasTaco/ServerQuery/security/code-scanning/44
- https://github.com/ihasTaco/ServerQuery/security/code-scanning/43
- https://github.com/ihasTaco/ServerQuery/security/code-scanning/42
- https://github.com/ihasTaco/ServerQuery/security/code-scanning/41
- https://github.com/ihasTaco/ServerQuery/security/code-scanning/40
- https://github.com/ihasTaco/ServerQuery/security/code-scanning/39
- https://github.com/ihasTaco/ServerQuery/security/code-scanning/38
Metadata
Metadata
Assignees
Labels
issueThis is an issue and needs to be fixedThis is an issue and needs to be fixed