Warning in security docs

This commit is contained in:
Mark Baker 2014-02-21 09:56:57 +00:00
parent c243bcb8ad
commit 98205e5ec7
1 changed files with 3 additions and 1 deletions

View File

@ -19,4 +19,6 @@ Should you ever need to change these settings, the following method is available
PHPExcel_Settings::setLibXmlLoaderOptions(); PHPExcel_Settings::setLibXmlLoaderOptions();
``` ```
Allowing you to specify the XML loader settings that you want to use instead. Allowing you to specify the XML loader settings that those that you want to use instead.
> While PHPExcel protects you with its default settings, if you do change these settings yourself, then you're responsible for ensuring that your XML-based formats aren't open to XXE injection.