Module CleartextStorageQuery
Provides a taint-tracking configuration for reasoning about cleartext storage of sensitive information.
Import path
import semmle.code.csharp.security.dataflow.CleartextStorageQueryImports
| 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. |
Aliases
| ClearTextStorage | A taint-tracking module for cleartext storage of sensitive information. |