Module Http
Import path
import semmle.python.web.Http
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 |
UntrustedMorsel | A standard morsel object from a HTTP request, a value in a cookie, typically an instance of |
WsgiEnvironment | Taint kind representing the WSGI environment. As specified in PEP 3333. https://www.python.org/dev/peps/pep-3333/#environ-variables |