Module CleartextStorageQuery
Provides a taint-tracking configuration for reasoning about cleartext storage of sensitive information.
Import path
import semmle.code.csharp.security.dataflow.CleartextStorageQuery
Imports
csharp |
The default C# QL library. |
Classes
ExternalSink |
An external location sink. |
ProtectSanitizer |
A call to any method whose name suggests that it encodes or encrypts the parameter. |
Sanitizer |
A sanitizer for cleartext storage of sensitive information. |
SensitiveExprSource |
A source of sensitive data. |
Sink |
A data flow sink for cleartext storage of sensitive information. |
Source |
A data flow source for cleartext storage of sensitive information. |
TaintTrackingConfiguration |
DEPRECATED: Use |
Aliases
ClearTextStorage |
A taint-tracking module for cleartext storage of sensitive information. |