diff --git a/python/ql/src/experimental/Security/CWE-611/XXE.qlref b/python/ql/src/experimental/Security/CWE-611/XXE.qlref index 928cdb46923..d8b0c6a7ed1 100644 --- a/python/ql/src/experimental/Security/CWE-611/XXE.qlref +++ b/python/ql/src/experimental/Security/CWE-611/XXE.qlref @@ -16,6 +16,11 @@ Refer to the following links to check the details regarding how and which librar
+This query currently identifies vulnerable XML parsing from the following parsers:
+xml.etree.ElementTree.XMLParser, lxml.etree.XMLParser, lxml.etree.get_default_parser,
+xml.sax.make_parser.
+