NETWORK SECURITY
INTRODUCTION
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Organisations can protect themselves from SQL injection attacks by
|
Using a firewall
|
|
Only using wired connections
|
|
Sanitising inputs
|
|
Hiring security guards
|
Explanation:
Detailed explanation-1: -A common first step to preventing SQL injection attacks is validating user inputs using whitelisting or allow lists. A developer will identify the essential SQL statements and establish a whitelist for all valid SQL statements, leaving unvalidated statements out of the query.
Detailed explanation-2: -One way SQL injections can be mitigated is through input sanitization. Sanitization is the process of removing dangerous characters from user input.
There is 1 question to complete.