Module Sanitizers
Classes to represent sanitizers commonly used in dataflow and taint tracking configurations.
Import path
import semmle.go.security.SanitizersImports
| go | Provides classes for working with Go programs. |
Classes
| SimpleTypeSanitizer | A node whose type is a simple type unlikely to carry taint, such as a numeric or boolean type. |