Lines Matching refs:XML
3 XML Processing Modules
7 :synopsis: Package containing XML processing modules
12 Python's interfaces for processing XML are grouped in the ``xml`` package.
16 The XML modules are not secure against erroneous or maliciously
21 there be at least one SAX-compliant XML parser available. The Expat parser is
28 The XML handling submodules are:
31 XML processor
47 XML vulnerabilities
50 The XML processing modules are not secure against maliciously constructed data.
53 to or circumvent firewalls. The attacks on XML abuse unfamiliar features
93 System identifiers are standard URIs or can refer to local files. The XML
95 content into the XML document.
98 Some XML libraries like Python's :mod:`xml.dom.pulldom` retrieve document type
103 The issue of decompression bombs (aka `ZIP bomb`_) apply to all XML libraries
104 that can parse compressed XML stream like gzipped HTTP streams or LZMA-ed
115 untrusted XML data.
118 XML parsers that prevent any potentially malicious operation. The
120 XML exploits like xpath injection.
129 well-defined XML features.