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

Module LogInjectionQuery

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

Note, for performance reasons: only import this file if LogInjection::Configuration is needed, otherwise LogInjectionCustomizations should be imported instead.

Import path

import semmle.python.security.dataflow.LogInjectionQuery

Imports

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.

LogInjection

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

TaintTracking

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

python

Classes

Configuration

DEPRECATED: Use LogInjectionFlow module instead.

Aliases

LogInjectionFlow

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