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

Module Http::Server::CookieWrite

Provides a class for modeling new cookie writes on HTTP responses.

Import path

import semmle.python.Concepts

Classes

Range

A data-flow node that sets a cookie in an HTTP response.

SameSiteLax

A Lax value of the SameSite attribute.

SameSiteNone

A None value of the SameSite attribute.

SameSiteStrict

A Strict value of the SameSite attribute.

SameSiteValue

A possible value for the SameSite attribute of a cookie.