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

Module XxeQuery

Provides a taint-tracking configuration for detecting “XML External Entity (XXE)” vulnerabilities.

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

Import path

import semmle.python.security.dataflow.XxeQuery

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.

Xxe

Provides default sources, sinks and sanitizers for detecting “XML External Entity (XXE)” vulnerabilities, as well as extension points for adding your own.

python

Classes

Configuration

DEPRECATED: Use XxeFlow module instead.

Aliases

XxeFlow

Global taint-tracking for detecting “XML External Entity (XXE)” vulnerabilities.