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

Need to validate all input to sanitize to prevent sql injection #61

Open
djjeane opened this issue Jun 9, 2019 · 1 comment
Open

Need to validate all input to sanitize to prevent sql injection #61

djjeane opened this issue Jun 9, 2019 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@djjeane
Copy link
Collaborator

djjeane commented Jun 9, 2019

No description provided.

@djjeane djjeane added the bug Something isn't working label Jun 9, 2019
@djjeane djjeane self-assigned this Jun 9, 2019
@roachadam
Copy link
Owner

laravel handles this by default. unless we are doing any open queries, like typing out the query ourself, we should be good.

https://stackoverflow.com/questions/26202682/do-i-need-to-sanitize-the-user-input-laravel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants