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

Restrict allowed Java packages [Updated in Security Center 1.3]

Configuring these properties protect from dangerous APIs being exposed to the scripting engine.

Configure the system tables and install the recommended plugin accordingly.

If the sys_whitelist_member and sys_whitelist_package table are not empty values, then dangerous APIs may be exposed to the scripting engine. Entries correspond to the Java namespace that have not been approved by ServiceNow security teams.

Install the Packages call removal tool. See Packages call removal tool for details.

Contact Customer Service and Support to edit these tables.

More information

AttributeDescription
Table, plugin name

Tables: - sys_whitelist_member - sys_whitelist_package

Plugin: com.glide.script.packages_call_removal

Configuration typeTabular Configuration, Plugins
CategoryValidation, sanitization, and encoding
PurposeProtect from dangerous APIs being exposed to the scripting engine.
Recommended valueEmpty
Default valueNone. This is a table configuration and not a Glide Property, so there is no default value.
Configuration typetable list, plugin
Security risk\(High\) Dangerous APIs may be exposed to the scripting engine. These supported APIs will likely introduce instability and insecurity within the instance.
Security risk rating8.2

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

  • Packages call removal tool
    Activate and run the Packages Call Removal Tool (com.glide.script.packages_call_removal) plugin, and then consider whether each of the proposed changes should be completed or rejected.

Parent Topic:Validation, sanitization, and encoding