Welcome to the Knowledge Mouse Online Quiz
Secure Development Quiz
| Questions |
Answers |
| If you want your web application to defend itself against cross-site scripting attacks that steal session IDs, which cookie attribute is best able to help you? a) Secure b) Path c) Expires d) HttpOnly |
HttpOnly |
| TRUE or FALSE? The best way to eliminate SQL injection vulnerabilities in code is to validate input data. |
False |
| Best practice for secure coding against SQL Injection attacks? A Lowering application privileges B Use of Stored Procedures C Use of Parameterized Queries. D Database hardening |
Use of Parameterized Queries |
| TRUE or FALSE? Using POST requests with hidden form fields provides a significant level of protection against attackers who want to tamper with requests. |
False |