Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Display recommendations for high risk UI pages

Decrease the likelihood of authorization errors, and unintended information disclosure by displaying recommendations for high risk UI pages.

Use the glide.script.ui_page.customer_scoped.security_msgs_enabled system property to determine whether to display security recommendations to users configuring UI pages when:

  • An ACL is missing
  • GlideRecord/GlideDBQuery APIs are used instead of GlideRecordSecure
  • the page is configured as public in the "sys_public" table

When the property is enabled, recommendations when the preceding conditions are met, decreasing the likelihood of authorization errors, and helping prevent unintended information disclosure.

Set the system property glide.script.ui_page.customer_scoped.security_msgs_enabled to true to display these recommendations.

More information

AttributeDescription
Technical configuration nameglide.script.ui\_page.customer\_scoped.security\_msgs\_enabled
Plugin applicabilityNone
Security riskSetting this system property to false increase the likelihood of authorization errors, and unintended information disclosure.
Common Vulnerability Scoring System \(CVSS\) score5.3
Common Vulnerability Scoring System \(CVSS\) ratingMedium
Functional impactDisplays security recommendations to users configuring UI pages.
Dependencies and prerequisitesNone
Data typeBoolean
Base system valuetrue
Fallback valuetrue
Recommended valuetrue

To learn more about adding or creating a system property, see Add a system property.

Parent Topic:Access control