Skip to content

Commit 61a81b6

Browse files
committed
Extend .qlref
1 parent 21da603 commit 61a81b6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • python/ql/src/experimental/Security/CWE-611

python/ql/src/experimental/Security/CWE-611/XXE.qlref

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ Refer to the following links to check the details regarding how and which librar
1616
<li><a href="https://docs.python.org/3/library/xml.html#xml-vulnerabilities">Python 3</a>.</li>
1717
<li><a href="https://docs.python.org/2/library/xml.html#xml-vulnerabilities">Python 2</a>.</li>
1818
</p>
19+
<p>
20+
This query currently identifies vulnerable XML parsing from the following parsers:
21+
<code>xml.etree.ElementTree.XMLParser</code>, <code>lxml.etree.XMLParser</code>, <code>lxml.etree.get_default_parser</code>,
22+
<code>xml.sax.make_parser</code>.
23+
</p>
1924
</overview>
2025

2126
<recommendation>

0 commit comments

Comments
 (0)