-
Notifications
You must be signed in to change notification settings - Fork 69
Enhancement: Security Improvement Suggestion for HTML inputs #57 #100
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
Enhancement: Security Improvement Suggestion for HTML inputs #57 #100
Conversation
✅ Deploy Preview for paisable ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Hi @archa8 @Avdhesh-Varshney, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Hi @Avdhesh-Varshney @archa8 👋, just checking — is the PR ready to be merged, or do you need any updates from my side? I noticed it’s approved but not yet merged, so just wanted to confirm if there’s any issue with the code. 😊 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Hey @100NikhilBro, actually your PR branch is behind the base ( |
Hi @archa8 I’ve synced my branch with the latest master. Please verify once and proceed with the merge when convenient. |
Merged! Thank you for your contribution @100NikhilBro. |
Security Improvement Suggestion #57
Suggestion:
Implement sanitize-html middleware to clean user inputs.
Why?
Implementation Details:
sanitizeMiddleware.js
.req.body
,req.params
, andreq.query
.server.js
before routes.Testing / Usage: