Hardening the web-form to validate that the submission is a number, as well as converting the SQL query to a prepared statement preventing a SQL injection attack.
prepared-statements named-placeholders sql-injection-attacks sql-injection-attacks-mitigation sanitizing-validating-forms-data
-
Updated
Mar 6, 2024 - JavaScript