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

Module CookieInjectionConfig

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

Import path

import semmle.python.security.dataflow.CookieInjectionQuery

Predicates

isBarrier

Holds if data flow through node is prohibited. This completely removes node from the data flow graph.

isSink

Holds if sink is a relevant data flow sink.

isSource

Holds if source is a relevant data flow source.