To prevent XXE attacks, it's crucial to disable ________ when processing XML file uploads.
- allow_url_include
- external_entities
- file_uploads
- simplexml_load_file
Disabling external entities is important in preventing XXE (XML External Entity) attacks. Enabling external entities could lead to security vulnerabilities by allowing an attacker to include external files.
Loading...
Related Quiz
- In OAuth, what security considerations must be taken into account when implementing implicit grant flow?
- To view benchmark results in CodeIgniter, use the ______ method of the Output class.
- In the Active Record Class, what method is used to update an existing record in the database?
- For advanced debugging and logging, developers can utilize the ________ directory in CodeIgniter.
- Which method in CodeIgniter's database utilities is used to optimize a database?