mirror of
https://github.com/github/codeql.git
synced 2026-01-10 05:00:29 +01:00
Python: Fix typo in set_default_parser
This commit is contained in:
committed by
GitHub
parent
1a9620a87a
commit
ef045a6789
@@ -367,7 +367,7 @@ private module Lxml {
|
||||
// by default XXE is allow. so as long as the default parser has not been
|
||||
// overridden, the result is also vuln to XXE.
|
||||
kind.isXxe()
|
||||
// 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`.
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user