Skip to content

Commit 448e078

Browse files
committed
python: logging.root is not a call
1 parent bec8c0d commit 448e078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/lib/semmle/python/frameworks/Stdlib.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ module Stdlib {
264264
abstract class InstanceSource extends DataFlow::LocalSourceNode { }
265265

266266
/** A direct instantiation of `logging.Logger`. */
267-
private class ClassInstantiation extends InstanceSource, DataFlow::CallCfgNode {
267+
private class ClassInstantiation extends InstanceSource, DataFlow::CfgNode {
268268
ClassInstantiation() {
269269
this = subclassRef().getACall()
270270
or

0 commit comments

Comments
 (0)