CodeQL library for Python
codeql/python-all 2.1.1-dev (changelog, source)
Search

Module Starlette

INTERNAL: Do not use.

Provides models for starlette PyPI package.

See

Import path

import semmle.python.frameworks.Starlette

Classes

AddCorsMiddlewareCall

A call to any of the execute methods on a app.add_middleware with CORSMiddleware.

AddMiddlewareCall

A call to any of the execute methods on a app.add_middleware.

FileResponseCall

A call to the starlette.responses.FileResponse constructor as a sink for Filesystem access.

Modules

App

Provides models for the starlette.app class

Middleware

Provides models for the starlette.middleware.Middleware class

Url

Provides models for the starlette.requests.URL class

WebSocket

Provides models for the starlette.websockets.WebSocket class