79152084

Date: 2024-11-03 05:14:48
Score: 0.5
Natty:
Report link

Users can submit a null value even if they set the required attribute using their browser developer tools. If the user opens the browser's developer tools, removes required, and submits, a null value is submitted. It's very easy for users with knowledge of browser developer tools. To prevent this, you need to add validation logic on the backend side.

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Youth Dream