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

Module CookieInjectionQuery

Provides a taint-tracking configuration for detecting “cookie injection” vulnerabilities.

Note, for performance reasons: only import this file if CookieInjectionFlow is needed, otherwise CookieInjectionCustomizations should be imported instead.

Import path

import semmle.python.security.dataflow.CookieInjectionQuery

Imports

CookieInjection

Provides default sources, sinks and sanitizers for detecting “cookie injection” vulnerabilities, as well as extension points for adding your own.

DataFlow

Provides a library for local (intra-procedural) and global (inter-procedural) data flow analysis: deciding whether data can flow from a source to a sink.

TaintTracking

Provides classes for performing local (intra-procedural) and global (inter-procedural) taint-tracking analyses.

Modules

CookieInjectionConfig

A taint-tracking configuration for detecting “cookie injection” vulnerabilities.

Aliases

CookieInjectionFlow

Global taint-tracking for detecting “cookie injection” vulnerabilities.