Property reference

glide.ais.security.filter_condition_script_allow_list

The glide.ais.security.filter_condition_script_allow_list property specifies scripts that bypass current/reference checks in the AIS framework. Admins should review this property to ensure that only trusted scripts are allowed to prevent potential security risks.

Default: new sn_scmobile.MobileCatalogUtil().getCatalogsInPortal("mesp").value, new sn_scmobile.MobileCatalogUtil().getItemAvailability(), new sn_scmobile.MobileCatalogUtil().getCatalogItemTypeNotSupported() Type: string Application: Global

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? This property defines a comma-separated list of scripts exempt from current/reference checks in the AIS system, impacting how security is enforced.
What area does it affect? AIS security configuration
What does the default mean? The default value is "new sn_scmobile.MobileCatalogUtil().getCatalogsInPortal("mesp").value, new sn_scmobile.MobileCatalogUtil().getItemAvailability(), new sn_scmobile.MobileCatalogUtil().getCatalogItemTypeNotSupported()", which is the baseline setting used unless it is changed.
When should you review it? Review this property when adding new scripts or updating security policies.

Out of the box property record

Raw metadata from the property record.

Property name glide.ais.security.filter_condition_script_allow_list
Sys ID c506573973f71010170b56b80ff6a7ff
Type string
Application Global
Default value new sn_scmobile.MobileCatalogUtil().getCatalogsInPortal("mesp").value, new sn_scmobile.MobileCatalogUtil().getItemAvailability(), new sn_scmobile.MobileCatalogUtil().getCatalogItemTypeNotSupported()
Description For these scripts, ais will not perform current/reference check. Values are comma separated.
Updated 2024-05-25 03:39:09