CodeQL library for Python
codeql/python-all 0.10.5 ( 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

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