Skip to content

Implement Rate Limiting to Prevent Potential DoS Attacks #5

Description

@ihasTaco

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:

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

issueThis is an issue and needs to be fixed

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions