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 |
A taint-tracking configuration for detecting “Clear-text storage of sensitive information”. |