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

Validate all user input on the server-side to prevent common vulnerabilities like cross-site scripting (XSS) attacks. #enhancement #205

Open
adityaKrModak opened this issue Apr 9, 2023 · 1 comment

Comments

@adityaKrModak
Copy link

you can use a validation library like Express-validator to ensure that input meets the required format and type.

@adityaKrModak adityaKrModak changed the title Validate all user input on the server-side to prevent common vulnerabilities like cross-site scripting (XSS) attacks. Validate all user input on the server-side to prevent common vulnerabilities like cross-site scripting (XSS) attacks. #enhancement Apr 9, 2023
@Shekharcodess
Copy link

Is this issue solved or is it still open?

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

No branches or pull requests

2 participants