-
Notifications
You must be signed in to change notification settings - Fork 68
Labels
enhancementSuggest an improvement to an existing featureSuggest an improvement to an existing featurehacktoberfestIssues marked with this label are part of Hacktoberfest and open for contributionsIssues marked with this label are part of Hacktoberfest and open for contributions
Description
Security Improvement Suggestion
Suggestion
- Implement Helmet for securing HTTP headers.
- Implement HPP (HTTP Parameter Pollution) protection.
Why?
- Helmet helps prevent common web vulnerabilities by setting secure headers.
- HPP prevents malicious users from sending multiple parameters to manipulate requests.
How?
- Install via npm:
npm install helmet hpp
- Use in Express app:
Metadata
Metadata
Assignees
Labels
enhancementSuggest an improvement to an existing featureSuggest an improvement to an existing featurehacktoberfestIssues marked with this label are part of Hacktoberfest and open for contributionsIssues marked with this label are part of Hacktoberfest and open for contributions