We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49d2e68 commit ba158f3Copy full SHA for ba158f3
python/ql/src/experimental/semmle/python/frameworks/Flask.qll
@@ -47,7 +47,7 @@ private module Flask {
47
/** Gets a reference to the `flask.Flask` class. */
48
private DataFlow::Node classFlask(DataFlow::TypeTracker t) {
49
t.start() and
50
- result = DataFlow::importMember("flask", "Flask")
+ result = DataFlow::importNode("flask.Flask")
51
or
52
t.startInAttr("Flask") and
53
result = flask()
0 commit comments