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.
logging.root
1 parent bec8c0d commit 448e078Copy full SHA for 448e078
python/ql/lib/semmle/python/frameworks/Stdlib.qll
@@ -264,7 +264,7 @@ module Stdlib {
264
abstract class InstanceSource extends DataFlow::LocalSourceNode { }
265
266
/** A direct instantiation of `logging.Logger`. */
267
- private class ClassInstantiation extends InstanceSource, DataFlow::CallCfgNode {
+ private class ClassInstantiation extends InstanceSource, DataFlow::CfgNode {
268
ClassInstantiation() {
269
this = subclassRef().getACall()
270
or
0 commit comments