From 1d2c7774c9d089ec54f3a08b7e95b1a017683cfa Mon Sep 17 00:00:00 2001 From: redmojo Date: Thu, 4 May 2023 09:04:28 +0800 Subject: [PATCH] Implement Lack of Resources & Rate Limiting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0ab0c7..d765779 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A full-stack web application that uses Docker, Node.js, Express, and React to de - [x] Broken User Authentication (Security Assertion Markup Language (SAML)) - [x] Broken Object Level Authorization - [x] Excessive Data Exposure -- [ ] Lack of Resources & Rate Limiting +- [x] Lack of Resources & Rate Limiting - [ ] Broken Function Level Authorization - [ ] Mass Assignment - [ ] Security Misconfiguration