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

Module CleartextStorageQuery

Provides a taint-tracking configuration for “Clear-text storage of sensitive information”.

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

Import path

import semmle.python.security.dataflow.CleartextStorageQuery

Imports

CleartextStorage

Provides default sources, sinks and sanitizers for detecting “Clear-text storage of sensitive information” vulnerabilities, as well as extension points for adding your own.

Classes

Configuration

DEPRECATED: Use CleartextStorageFlow module instead.

Aliases

CleartextStorageFlow

Global taint-tracking for detecting “Clear-text storage of sensitive information” vulnerabilities.