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.
2 parents d884726 + 1cc2f07 commit b78ceb6Copy full SHA for b78ceb6
python/ql/lib/semmle/python/frameworks/Flask.qll
@@ -337,7 +337,7 @@ module Flask {
337
}
338
339
340
- /** A request handler defined in a django view class, that has no known route. */
+ /** A request handler defined in a flask view class, that has no known route. */
341
private class FlaskViewClassHandlerWithoutKnownRoute extends Http::Server::RequestHandler::Range {
342
FlaskViewClassHandlerWithoutKnownRoute() {
343
exists(FlaskViewClass vc | vc.getARequestHandler() = this) and
0 commit comments