Make all SQL commands prepared. #2
Labels
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Turner/Social-Network#2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Modify all current SQL commands to help prevent any SQL injection vulnerabilities.
These include:
Along with this prevent using * in all possible scenarios to prevent requesting more than needed user data.