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

Ensure data validation is in place for ratings route #163

Open
christinaborao opened this issue Apr 10, 2023 · 0 comments
Open

Ensure data validation is in place for ratings route #163

christinaborao opened this issue Apr 10, 2023 · 0 comments
Assignees
Labels
task to be used for all tasks
Milestone

Comments

@christinaborao
Copy link
Contributor

When receiving data from the front-end to store into the database, always do data validation before sending that data to the database. Use the express-validator module, or something similar to perform data validation prior to sending any data originating from the request to the database.

@christinaborao christinaborao added the task to be used for all tasks label Apr 10, 2023
@christinaborao christinaborao added this to the Sprint 3 milestone Apr 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task to be used for all tasks
Projects
None yet
Development

No branches or pull requests

2 participants