We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#690 의 깃허브 액션 동작 중, https://github.com/jiphyeonjeon-42/backend/security/code-scanning/46 결과가 나왔습니다. 찾아보니까 express-rate-limit 모듈을 사용하여 시간 당 요청의 수를 제한함으로써 DOS 공격을 방지하는 방식인 것 같습니다. 도입해도 좋을 것 같은데 어떠신가요?
express-rate-limit
The text was updated successfully, but these errors were encountered:
No branches or pull requests
제안 설명
#690 의 깃허브 액션 동작 중, https://github.com/jiphyeonjeon-42/backend/security/code-scanning/46 결과가 나왔습니다.
찾아보니까
express-rate-limit
모듈을 사용하여 시간 당 요청의 수를 제한함으로써 DOS 공격을 방지하는 방식인 것 같습니다.도입해도 좋을 것 같은데 어떠신가요?
The text was updated successfully, but these errors were encountered: