Security controls
Security controls are methods in your code that make sure data is safe to use. Only users assigned an organizational role of RulesAdmin or higher can view or modify security controls.
Security controls apply to Java, .NET Framework, and .NET Core languages only.
There are two types of security controls:
Input Validators are methods that accept user input and take corrective action if unsafe data is received.
Sanitizers are methods that clean the data that is passed in, making it safe for consumption by any interpreter. Many sanitizers prevent one type of attack, but not another.