91.0k views
0 votes
Input Sanitisation and SQL injections question.

What is meant by the term ‘Input Sanitisation’ and how can it prevent SQL injections? Explain your answer in full.

User Blarg
by
7.9k points

1 Answer

3 votes

Answer:

Input sanitization refers to the process of ensuring that any data input by a user into a system or application is clean, safe and does not pose a security risk. This process is used to prevent malicious attacks such as SQL injection, which is a type of exploit that allows an attacker to insert malicious SQL statements into a web form input box to gain unauthorized access to a database.

User Manoj Sethi
by
8.0k points