mirror of
https://github.com/github/codeql.git
synced 2026-07-22 11:42:03 +02:00
11 lines
418 B
Plaintext
11 lines
418 B
Plaintext
import semmle.python.web.django.Response
|
|
import semmle.python.web.flask.Response
|
|
import semmle.python.web.pyramid.Response
|
|
import semmle.python.web.tornado.Response
|
|
import semmle.python.web.twisted.Response
|
|
import semmle.python.web.bottle.Response
|
|
import semmle.python.web.turbogears.Response
|
|
import semmle.python.web.falcon.Response
|
|
import semmle.python.web.cherrypy.Response
|
|
import semmle.python.web.stdlib.Response
|