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

Module Http

Import path

import semmle.python.web.Http

Imports

Classes

CookieGet
CookieOperation
CookieSet
HttpRedirectTaintSink
HttpRequestTaintSource

Generic taint source from a http request

HttpResponseTaintSink

Generic taint sink in a http response

UntrustedCookie

A standard cookie object from a HTTP request, typically an instance of http.cookies.SimpleCookie

UntrustedMorsel

A standard morsel object from a HTTP request, a value in a cookie, typically an instance of http.cookies.Morsel

WsgiEnvironment

Taint kind representing the WSGI environment. As specified in PEP 3333. https://www.python.org/dev/peps/pep-3333/#environ-variables

Modules