Skip to content

Feature Request: Add helmet and hpp Middleware #1236

@100NikhilBro

Description

@100NikhilBro

🛡️ 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

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions