Module SensitiveDataClassification
Provides predicates to select the different kinds of sensitive data we support.
Import path
import codeql.concepts.internal.SensitiveDataHeuristicsPredicates
| certificate | Gets the classification for certificates. |
| id | Gets the classification for user names or other account information. |
| password | Gets the classification for passwords or authorization keys. |
| private | Gets the classification for private data. |
| secret | Gets the classification for secret or trusted data. |