GarimaSingh0109/Resum-Resume
Ver no GitHubBackend security alert : Rate Limiting for SignIn
Open
#250 aberto em 5 de out. de 2024
gssoc-exthacktoberfesthacktoberfest-acceptedlevel3
Métricas do repositório
- Stars
- (71 stars)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
I can implement rate limiting to prevent brute-force attacks on the login endpoint in the backend. Please assign me this. If an attacker logins too much or use a bot on it: then login would be disable for specific time with a message: "Too many login attempts, please try again after 15 minutes." We do this by using the IP address of the user. Please assign me this issue, it is an important security feature.