WorksheetsTRACK_ELECTIVE F_SW1
Total questions: 10
Worksheet time: 5mins
The validation process is aimed at authorizing whether or not the type of input submitted by a user is allowed.
True
False
Stored procedures can decapsulate the SQL statements and treat all input as parameters.
True
False
Prepared statements works by creating the SQL statement first then treating all submitted user data as parameters. This has effect on the syntax of the SQL statement.
True
False
Irregular expressions can be used to detect potential harmful code and remove it before executing the SQL statements.
True
False
Database connection user access rights – only necessary access rights should be given to accounts used to connect to the database.
True
False
"Please try again later” can be used instead of display the SQL statements that caused the error.
True
False
Error messages should reveal sensitive information and where exactly an error occurred.
True
False
SQL Injections can do more harm than just by passing the login algorithms. Such as, importing valuable data such as credit card details, email, and passwords to the attacker’s remote server.
True
False
SQL Injections can do more harm than just by passing the login algorithms. Such as, importing valuable data such as deleting, updating, and inserting data.
True
False
SQL injection takes advantage of the design flaws in well designed web applications to exploit SQL statements to execute malicious SQL code.
True
False
