We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e545bc7 commit cc6a3a0Copy full SHA for cc6a3a0
x-pack/plugins/security_solution/public/management/pages/policy/models/advanced_policy_schema.ts
@@ -868,7 +868,8 @@ export const AdvancedPolicySchema: AdvancedPolicySchemaType[] = [
868
documentation: i18n.translate(
869
'xpack.securitySolution.endpoint.policy.advanced.windows.advanced.memory_protection.shellcode_trampoline_detection',
870
{
871
- defaultMessage: 'Enable trampoline-based shellcode injection detection as a part of memory protection. Default: true',
+ defaultMessage:
872
+ 'Enable trampoline-based shellcode injection detection as a part of memory protection. Default: true',
873
}
874
),
875
},
0 commit comments