mirror of
https://github.com/github/codeql.git
synced 2026-05-03 12:45:27 +02:00
Python: Don't make duplicate sink for Tornado handler
`self.write(...)` would be treated as *both* TornadoConnectionWrite and TornadoHttpRequestHandlerWrite
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
| test.py:6:20:6:43 | tornado.HttpRequesHandler.write | externally controlled string |
|
||||
| test.py:6:20:6:43 | tornado.connection.write | externally controlled string |
|
||||
| test.py:12:20:12:23 | tornado.HttpRequesHandler.write | externally controlled string |
|
||||
| test.py:12:20:12:23 | tornado.connection.write | externally controlled string |
|
||||
| test.py:20:23:20:25 | tornado.HttpRequesHandler.redirect | externally controlled string |
|
||||
| test.py:26:20:26:48 | tornado.HttpRequesHandler.write | externally controlled string |
|
||||
| test.py:26:20:26:48 | tornado.connection.write | externally controlled string |
|
||||
FIXME
|
||||
|
||||
Reference in New Issue
Block a user