Make all SQL commands prepared. #2

Open
opened 2024-01-25 06:35:16 +00:00 by Turner · 1 comment
Owner

Modify all current SQL commands to help prevent any SQL injection vulnerabilities.
These include:

  • Login
  • Register
  • Email Check (Email in Use)
  • Username Duplicate
Modify all current SQL commands to help prevent any SQL injection vulnerabilities. These include: - Login - Register - Email Check (Email in Use) - Username Duplicate
Turner self-assigned this 2024-01-25 06:35:16 +00:00
Turner added this to the Login/Register Forums & Databases project 2024-01-25 06:35:16 +00:00
Author
Owner

Along with this prevent using * in all possible scenarios to prevent requesting more than needed user data.

Along with this prevent using * in all possible scenarios to prevent requesting more than needed user data.
Turner pinned this 2024-01-26 01:40:16 +00:00
Turner unpinned this 2024-01-26 01:40:19 +00:00
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Turner/Social-Network#2
No description provided.