Module SensitiveDataClassification
Provides predicates to select the different kinds of sensitive data we support.
Import path
import semmle.python.security.internal.SensitiveDataHeuristics
Predicates
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. |
secret |
Gets the classification for secret or trusted data. |