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

Module PamAuthorizationQuery

Provides a taint-tracking configuration for detecting “PAM Authorization” vulnerabilities.

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

Import path

import semmle.python.security.dataflow.PamAuthorizationQuery

Imports

ApiGraphs

Provides an implementation of API graphs, which are an abstract representation of the API surface used and/or defined by a code base.

PamAuthorizationCustomizations

Provides default sources, sinks and sanitizers for detecting “PAM Authorization” vulnerabilities.

TaintTracking

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

python

Classes

Configuration

DEPRECATED: Use PamAuthorizationFlow module instead.

Aliases

PamAuthorizationFlow

Global taint-tracking for detecting “PAM Authorization” vulnerabilities.