File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
src/semmle/python/web/tornado
test/library-tests/web/tornado Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ class TornadoConnectionWrite extends HttpResponseTaintSink {
3333}
3434
3535class TornadoHttpRequestHandlerWrite extends HttpResponseTaintSink {
36- override string toString ( ) { result = "tornado.HttpRequesHandler .write" }
36+ override string toString ( ) { result = "tornado.HttpRequestHandler .write" }
3737
3838 TornadoHttpRequestHandlerWrite ( ) {
3939 exists ( CallNode call , ControlFlowNode node |
@@ -47,7 +47,7 @@ class TornadoHttpRequestHandlerWrite extends HttpResponseTaintSink {
4747}
4848
4949class TornadoHttpRequestHandlerRedirect extends HttpResponseTaintSink {
50- override string toString ( ) { result = "tornado.HttpRequesHandler .redirect" }
50+ override string toString ( ) { result = "tornado.HttpRequestHandler .redirect" }
5151
5252 TornadoHttpRequestHandlerRedirect ( ) {
5353 exists ( CallNode call , ControlFlowNode node |
Original file line number Diff line number Diff line change 1- | test.py:6:20:6:43 | tornado.HttpRequesHandler .write | externally controlled string |
2- | test.py:12:20:12:23 | tornado.HttpRequesHandler .write | externally controlled string |
3- | test.py:20:23:20:25 | tornado.HttpRequesHandler .redirect | externally controlled string |
4- | test.py:26:20:26:48 | tornado.HttpRequesHandler .write | externally controlled string |
1+ | test.py:6:20:6:43 | tornado.HttpRequestHandler .write | externally controlled string |
2+ | test.py:12:20:12:23 | tornado.HttpRequestHandler .write | externally controlled string |
3+ | test.py:20:23:20:25 | tornado.HttpRequestHandler .redirect | externally controlled string |
4+ | test.py:26:20:26:48 | tornado.HttpRequestHandler .write | externally controlled string |
You can’t perform that action at this time.
0 commit comments