Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable XML entity expansion in DMG file parsing
XML entity expansion may be used to load an XML entity from a (different) local file than the file being scanned if the scanning process can read the referenced file path. This may be used to leak information from the local file to the person who initiated the scan. The libxml2 option XML_PARSE_NOENT means that no entities should be left in the document and not that no entities should be resolved. This commit removes that option.
- Loading branch information