File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
x-pack/plugins/security_solution/public/management/pages/policy/models Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -862,4 +862,24 @@ export const AdvancedPolicySchema: AdvancedPolicySchemaType[] = [
862862 }
863863 ) ,
864864 } ,
865+ {
866+ key : 'windows.advanced.memory_protection.shellcode_trampoline_detection' ,
867+ first_supported_version : '8.1' ,
868+ documentation : i18n . translate (
869+ 'xpack.securitySolution.endpoint.policy.advanced.windows.advanced.memory_protection.shellcode_trampoline_detection' ,
870+ {
871+ defaultMessage : 'Description here. Default: true' ,
872+ }
873+ ) ,
874+ } ,
875+ {
876+ key : 'windows.advanced.process_handle' ,
877+ first_supported_version : '8.1' ,
878+ documentation : i18n . translate (
879+ 'xpack.securitySolution.endpoint.policy.advanced.windows.advanced.process_handle' ,
880+ {
881+ defaultMessage : 'Description here. Default: true' ,
882+ }
883+ ) ,
884+ } ,
865885] ;
You can’t perform that action at this time.
0 commit comments