File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
python/ql/lib/semmle/python/frameworks Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3591,8 +3591,8 @@ private module StdlibPrivate {
3591
3591
* - https://docs.python.org/3/library/xml.dom.minidom.html#xml.dom.minidom.parse
3592
3592
* - https://docs.python.org/3/library/xml.dom.pulldom.html#xml.dom.pulldom.parse
3593
3593
*/
3594
- private class XMLDomParsing extends DataFlow:: CallCfgNode , XML:: XmlParsing:: Range {
3595
- XMLDomParsing ( ) {
3594
+ private class XmlDomParsing extends DataFlow:: CallCfgNode , XML:: XmlParsing:: Range {
3595
+ XmlDomParsing ( ) {
3596
3596
this =
3597
3597
API:: moduleImport ( "xml" )
3598
3598
.getMember ( "dom" )
@@ -3636,8 +3636,8 @@ private module StdlibPrivate {
3636
3636
* - https://docs.python.org/3/library/xml.dom.minidom.html#xml.dom.minidom.parse
3637
3637
* - https://docs.python.org/3/library/xml.dom.pulldom.html#xml.dom.pulldom.parse
3638
3638
*/
3639
- private class FileAccessFromXMLDomParsing extends XMLDomParsing , FileSystemAccess:: Range {
3640
- FileAccessFromXMLDomParsing ( ) {
3639
+ private class FileAccessFromXmlDomParsing extends XmlDomParsing , FileSystemAccess:: Range {
3640
+ FileAccessFromXmlDomParsing ( ) {
3641
3641
this =
3642
3642
API:: moduleImport ( "xml" )
3643
3643
.getMember ( "dom" )
You can’t perform that action at this time.
0 commit comments