Enable the hardened java security manager
The glide.security.manager property contains the Java classname of the current Java security manager.
The glide.security.manager system property contains Java classname of current Java security manager. ServiceNow has standardized on the Contextual Security Manager. If glide.security.manager is not set to the recommended value of com.glide.sys.security.ContextualSecurityManager, then the instance may be using an obsolete Java security manager, which is missing expected hardening policies.
Ensure the property glide.security.manager is set to com.glide.sys.security.ContextualSecurityManager.
Warning:
This is a safe harbor property, meaning the value can't be altered once it's changed. It is non-revertible.
More information
| Attribute | Description |
|---|---|
| Configuration name | glide.security.manager |
| Configuration type | System Properties (/sys_properties_list.do) |
| Data type | string |
| Recommended value | com.glide.sys.security.ContextualSecurityManager |
| Default value | <none> |
| Fallback valye | com.glide.sys.security.ContextualSecurityManager |
| Category | Validation, sanitization, and encoding |
| Security risk |
|
| Dependencies and prerequisites | None |