mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
8 lines
224 B
Plaintext
8 lines
224 B
Plaintext
import python
|
|
import semmle.python.TestUtils
|
|
import semmle.python.web.tornado.Tornado
|
|
|
|
from ClassValue cls
|
|
where cls = aTornadoRequestHandlerClass()
|
|
select remove_library_prefix(cls.getScope().getLocation()), cls.toString()
|