A developer finds that uploaded image files are being executed as scripts on the server. This indicates a failure in ________.
- Content-Type Headers
- File Permissions
- Input Validation
- Output Escaping
When image files are executed as scripts, it suggests a lack of proper input validation, allowing malicious content to be processed. Input validation ensures that the uploaded files are of the expected type and do not contain harmful code.
Loading...
Related Quiz
- When debugging an issue where the data displayed in a view is outdated, the first thing to check in CodeIgniter is ________.
- In the Active Record Class, what method is used to update an existing record in the database?
- What is the advantage of using database seeding in a development environment?
- In a multi-environment setup, a developer uses CodeIgniter's ________ utility to manage different database configurations seamlessly.
- What is the primary purpose of the show_error() function in CodeIgniter?