-
Notifications
You must be signed in to change notification settings - Fork 283
Description
🛡️ Feature Request: Add helmet
and hpp
Middleware
Is your feature request related to a problem? Please describe:
The project does not currently use helmet
or hpp
middleware. This can leave the application exposed to:
⚠️ Missing secure HTTP headers (risks like XSS, clickjacking, MIME sniffing).⚠️ HTTP Parameter Pollution attacks (duplicate query parameters bypassing validation).
Describe the solution you'd like:
✅ Use security middleware (helmet
and hpp
) to improve protection of the application.
Describe alternatives you've considered:
❌ No strong alternatives without adding additional complexity.
Additional context:
🔒 Adding such middleware is a common best practice in Node.js/Express projects to harden security.
Metadata
Metadata
Assignees
Type
Projects
Status
done