Skip to content

Commit ef045a6

Browse files
authored
Python: Fix typo in set_default_parser
1 parent 1a9620a commit ef045a6

File tree

1 file changed

+1
-1
lines changed
  • python/ql/src/experimental/semmle/python/frameworks

1 file changed

+1
-1
lines changed

python/ql/src/experimental/semmle/python/frameworks/Xml.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ private module Lxml {
367367
// by default XXE is allow. so as long as the default parser has not been
368368
// overridden, the result is also vuln to XXE.
369369
kind.isXxe()
370-
// TODO: take into account that you can override the default parser with `lxml.etree.get_default_parser`.
370+
// TODO: take into account that you can override the default parser with `lxml.etree.set_default_parser`.
371371
}
372372
}
373373

0 commit comments

Comments
 (0)