An open API service indexing awesome lists of open source software.

https://github.com/sandhya80/preventing_sql_injectionattacks

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.
https://github.com/sandhya80/preventing_sql_injectionattacks

named-placeholders prepared-statements sanitizing-validating-forms-data sql-injection-attacks sql-injection-attacks-mitigation

Last synced: 9 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

# Preventing_SQL_InjectionAttacks
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 possible SQL injection attack.