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

Module PamAuthorizationCustomizations

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

Import path

import semmle.python.security.dataflow.PamAuthorizationCustomizations

Predicates

libPam

Models a node corresponding to the pam library

Classes

RemoteFlowSourceAsSource

A source of remote user input, considered as a flow source.

Sink

A data flow sink for “PAM Authorization” vulnerabilities.

Source

A data flow source for “PAM Authorization” vulnerabilities.

VulnPamAuthCall

A vulnerable pam_authenticate call considered as a flow sink.