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, when enabled, causes code signing verification to terminate upon the first encountered script validation failure, rather than continuing to check all scripts. |
| What area does it affect? |
Code Signing Verification |
| What does the default mean? |
The default value is "false", which means this behavior is disabled by default. |
| When should you review it? |
An admin should review this property during development or when troubleshooting script validation issues. |
Out of the box property record
Raw metadata from the property record.
| Property name |
com.glide.codesigning.tracking.validation.fail_fast |
| Sys ID |
e33497c353122010f253ddeeff7b12c1 |
| Type |
boolean |
| Application |
Global |
| Default value |
false |
| Description |
If enabled, code signing verification fails at first script validation failure instead of verifying all scripts. |
| Updated |
2024-05-25 04:07:57 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... true, enables logging for Code Signing tracking. com.glide.codesigning.tracking.unsupported_script_tracking.enabled true|false When true, ecc_queue records inserted via unsupported scripts (if detected aren’t notarized. Important: Elevated Security is needed to modify this property. com.glide.codesigning.tracking.validation.fail_fast true|false When true, Code Signing verification fails at the first script validation failure instead of verifying all scripts. Important: Elevated Security is needed to modify this property. com.glide.event_handler.code_signing.tracking String Defines ...
Related properties