This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients ronaldoussoren, serhiy.storchaka, vstinner
Date 2020-10-16.11:47:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602848856.41.0.235629592021.issue42051@roundup.psfhosted.org>
In-reply-to
Content
Is there something we could do in plistlib to avoid those problems? 

Plist XML files are not arbitrary XML. In particular disabling entity definitions would avoid the problems mentioned as plist files should not contain those. That said, a quick glance at the xml.etree module doesn't seem to have a documented way to disable entities.
History
Date User Action Args
2020-10-16 11:47:36ronaldoussorensetrecipients: + ronaldoussoren, vstinner, serhiy.storchaka
2020-10-16 11:47:36ronaldoussorensetmessageid: <1602848856.41.0.235629592021.issue42051@roundup.psfhosted.org>
2020-10-16 11:47:36ronaldoussorenlinkissue42051 messages
2020-10-16 11:47:36ronaldoussorencreate