Module Sanitizers
Classes to represent sanitizers commonly used in dataflow and taint tracking configurations.
Import path
import semmle.code.java.security.SanitizersImports
| java | Provides all default Java QL imports. |
Classes
| SimpleTypeSanitizer | A node whose type is a simple type unlikely to carry taint, such as primitives and their boxed counterparts, |