File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -142,9 +142,9 @@ SignXML uses the `lxml <https://github.com/lxml/lxml>`_ ElementTree library, not
142142`ElementTree from Python's standard library <https://docs.python.org/3.8/library/xml.etree.elementtree.html >`_,
143143to work with XML. lxml is used due to its superior resistance to XML attacks, as well as XML canonicalization and
144144namespace organization features. It is recommended that you pass XML string input directly to signxml before further
145- parsing, and use lxml to work with untrusted XML input in general. If you do pass trusted ``xml.etree.ElementTree ``
146- objects to SignXML, you should be aware of differences in XML namespace handling between the two libraries. See the
147- following references for more information:
145+ parsing, and use lxml to work with untrusted XML input in general. If you do pass ``xml.etree.ElementTree `` objects to
146+ SignXML, you should be aware of differences in XML namespace handling between the two libraries. See the following
147+ references for more information:
148148
149149* `How do I use lxml safely as a web-service endpoint? <https://lxml.de/FAQ.html#how-do-i-use-lxml-safely-as-a-web-service-endpoint >`_
150150* `ElementTree compatibility of lxml.etree <https://lxml.de/compatibility.html >`_
You can’t perform that action at this time.
0 commit comments