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

Module XpathInjectionQuery

Provides a taint-tracking configuration for detecting “Xpath Injection” vulnerabilities.

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

Import path

import semmle.python.security.dataflow.XpathInjectionQuery

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.

TaintTracking

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

XpathInjection

Models Xpath Injection related classes and functions

Classes

Configuration

DEPRECATED: Use XpathInjectionFlow module instead.

Aliases

XpathInjectionFlow

Global taint-tracking for detecting “Xpath Injection” vulnerabilities.