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.
1 parent f9a29cb commit 14bb10aCopy full SHA for 14bb10a
python/ql/src/semmle/python/frameworks/Tornado.qll
@@ -476,7 +476,7 @@ private module Tornado {
476
477
TornadoRouteRegex() {
478
this instanceof StrConst and
479
- DataFlow::localFlow(DataFlow::exprNode(this), setup.getUrlPatternArg())
+ DataFlow::exprNode(this).(DataFlow::LocalSourceNode).flowsTo(setup.getUrlPatternArg())
480
}
481
482
TornadoRouteSetup getRouteSetup() { result = setup }
0 commit comments