mirror of
https://github.com/github/codeql.git
synced 2026-05-05 21:55:19 +02:00
Python: Modernise tornado library
This commit is contained in:
@@ -4,6 +4,6 @@ import python
|
||||
import semmle.python.TestUtils
|
||||
|
||||
import semmle.python.web.tornado.Tornado
|
||||
from ClassObject cls
|
||||
from ClassValue cls
|
||||
where cls = aTornadoRequestHandlerClass()
|
||||
select cls.toString(), remove_library_prefix(cls.getPyClass().getLocation())
|
||||
select cls.toString(), remove_library_prefix(cls.getScope().getLocation())
|
||||
|
||||
Reference in New Issue
Block a user