Disable logger for low privilege users in script sandbox
Manage Glide System's ability to log scripts being executed in the sandbox environment.
If the glide.security.sandbox_no_logging system property is set to false, then logging is available for low-privileged users using sandboxed scripts. This property controls your instance's ability to log scripts being executed in the sandbox environment.
Ensure that the glide.security.sandbox_no_logging property is set to true in order to prevent low-privileged users using a sandboxed script to have logging functionality.
More information
| Attribute | Description |
|---|---|
| Configuration name | glide.security.sandbox_no_logging |
| Configuration type | System Properties \(/sys\_properties\_list.do\) |
| Data type | Boolean |
| Recommended value | true |
| Default value | <none> |
| Fallback value | false |
| Category | Error handling and logging |
| Security risk | - Severity score: 2.2 - CVSS score: Low - Security risk details: A low-privileged user could inject logs allowing the malicious user to potentially obfuscate an attack. |
| Dependencies and prerequisites | None |
Parent Topic:Error handling and logging