Column of type script field

shivaadapa
Tera Expert

Hi

"If any of your scoped application table uses a "script" type field that can be accessible to users other than System Admin then it can give the ability to execute scripts on the server-side which can compromise the security of customer instances if the non admin users get more privilege than what he/she has."

 

"Secure the script type of fields with fields level access controls which allow only the System Admin users to write on script fields and it will also be applicable to any script type fields that are inherited from extended table."

 

From the above data where can I secure the Secure the script type of fields with fields level access controls which allow only the System Admin users to write on script fields and it will also be applicable to any script type fields that are inherited from extended table?

1 REPLY 1

Maik Skoddow
Tera Patron
Tera Patron

Hi @shivaadapa 

 

you can take the OOTB ACL sys_trigger.script as a blueprint for your ACL. It is as simple as this:

 

MaikSkoddow_0-1702307135166.png

Maik