Module SensitiveExpr
Provides classes and predicates for classifying different kinds of sensitive data.
Import path
import semmle.go.security.SensitiveActionsPredicates
| 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. |
Classes
| Classification | A classification of different kinds of sensitive data: |