We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a9620a commit ef045a6Copy full SHA for ef045a6
python/ql/src/experimental/semmle/python/frameworks/Xml.qll
@@ -367,7 +367,7 @@ private module Lxml {
367
// by default XXE is allow. so as long as the default parser has not been
368
// overridden, the result is also vuln to XXE.
369
kind.isXxe()
370
- // TODO: take into account that you can override the default parser with `lxml.etree.get_default_parser`.
+ // TODO: take into account that you can override the default parser with `lxml.etree.set_default_parser`.
371
}
372
373
0 commit comments