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

Module Response

Provides the sinks for HTTP servers defined with standard library (stdlib).

Import path

import semmle.python.web.stdlib.Response

Imports

Classes

StdLibWFileWriteSink

Sink for h.wfile.write where h is an instance of BaseHttpRequestHandler.

StdLibWFileWritelinesSink

Sink for h.wfile.writelines where h is an instance of BaseHttpRequestHandler.