Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat] Add Helmet Middleware for Enhanced Security #437

Closed
5 tasks done
samyak-aditya opened this issue Oct 14, 2024 · 1 comment · Fixed by #557
Closed
5 tasks done

[Feat] Add Helmet Middleware for Enhanced Security #437

samyak-aditya opened this issue Oct 14, 2024 · 1 comment · Fixed by #557

Comments

@samyak-aditya
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Feature Description

Overview: To improve the security of our Express application, we should implement the Helmet middleware. Helmet helps set various HTTP headers that protect against common vulnerabilities.

Use Case

Benefits:

  • Adds security headers to HTTP responses, helping to mitigate risks such as:
  • Cross-Site Scripting (XSS)
  • Clickjacking
  • Content-Type sniffing
  • Provides a foundational layer of security for our application.

Benefits

No response

Priority

High

Record

  • I agree to follow this project's Code of Conduct
  • I'm a GSSOC contributor
  • I want to work on this issue
  • I'm willing to provide further clarification or assistance if needed.
@samyak-aditya
Copy link
Contributor Author

Hey @Luson045 I have raised the PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants