Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c01aa2 commit ef831bbCopy full SHA for ef831bb
1 file changed
python/ql/src/semmle/python/frameworks/Tornado.qll
@@ -556,9 +556,9 @@ private module Tornado {
556
// Response modeling
557
// ---------------------------------------------------------------------------
558
/**
559
- * A call to `tornado.web.RequestHandler.write` method.
+ * A call to `tornado.web.RequestHandler.redirect` method.
560
*
561
- * See https://www.tornadoweb.org/en/stable/web.html?highlight=write#tornado.web.RequestHandler.write
+ * See https://www.tornadoweb.org/en/stable/web.html?highlight=write#tornado.web.RequestHandler.redirect
562
*/
563
private class TornadoRequestHandlerRedirectCall extends HTTP::Server::HttpRedirectResponse::Range,
564
DataFlow::CfgNode {
0 commit comments