Question d’entretien chez DBS Bank

What is SQL injection

Réponse à la question d'entretien

Utilisateur anonyme

12 juill. 2019

Providing a malicious sql statment to get executed on the input field. Ex: UserID : 105 or "1=1" Second case will always be true and will leak the data of Users. Dev. can take care by using sql parameters for protection.

1