Podcast
Questions and Answers
Which of the following is a common cause of security issues on the server side of a web transaction?
Which of the following is a common cause of security issues on the server side of a web transaction?
- Extraneous files
- Improper or inadequate permissions
- Exposure of configuration files
- Lack of input validation (correct)
What can happen if sensitive files and directories are exposed to general users in web applications?
What can happen if sensitive files and directories are exposed to general users in web applications?
- Extraneous files
- SQL injection
- Security issues (correct)
- Improper or inadequate permissions
What is a common task that is often missed when moving a web server from development to production?
What is a common task that is often missed when moving a web server from development to production?
- Cleaning up extraneous files (correct)
- Validating input
- Exposing configuration files
- Setting proper permissions