Skip to content

Commit d1a956a

Browse files
committed
update readme
1 parent da81812 commit d1a956a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,14 @@ Here's why:
6969
- 🔄 Live reload for efficient development
7070
- 🛠 Optimized code for production
7171

72+
- **Security Measures Added:**
73+
- 🔐 Helmet for setting up security headers
74+
- 🔒 XSS protection with xss-clean middleware
75+
- 🚧 HTTP Parameter Pollution (HPP) protection
76+
- 🧼 MongoDB data sanitization with express-mongo-sanitize
77+
- 🚦 Rate limiting with express-rate-limit for protection against brute-force attacks
78+
- 🌐 CORS (Cross-Origin Resource Sharing) configured to allow requests only from a specific origin
79+
7280
Of course, This template may not cover all project needs, as your requirements may vary. More updates will be added in the future. Feel free to suggest changes by forking this repo, creating a pull request, or opening an issue. Thanks to all contributors who have helped enhance this template!
7381

7482
<p align="right">(<a href="#readme-top">back to top</a>)</p>

0 commit comments

Comments
 (0)