File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
x-pack/plugins/security_solution/common/endpoint Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ const Windows: OSFields[] = [
6767 full : 'Windows 10' ,
6868 version : '10.0' ,
6969 platform : 'Windows' ,
70- family : 'Windows ' ,
70+ family : 'windows ' ,
7171 Ext : {
7272 variant : 'Windows Pro' ,
7373 } ,
@@ -77,7 +77,7 @@ const Windows: OSFields[] = [
7777 full : 'Windows Server 2016' ,
7878 version : '10.0' ,
7979 platform : 'Windows' ,
80- family : 'Windows ' ,
80+ family : 'windows ' ,
8181 Ext : {
8282 variant : 'Windows Server' ,
8383 } ,
@@ -87,7 +87,7 @@ const Windows: OSFields[] = [
8787 full : 'Windows Server 2012' ,
8888 version : '6.2' ,
8989 platform : 'Windows' ,
90- family : 'Windows ' ,
90+ family : 'windows ' ,
9191 Ext : {
9292 variant : 'Windows Server' ,
9393 } ,
@@ -97,7 +97,7 @@ const Windows: OSFields[] = [
9797 full : 'Windows Server 2012R2' ,
9898 version : '6.3' ,
9999 platform : 'Windows' ,
100- family : 'Windows ' ,
100+ family : 'windows ' ,
101101 Ext : {
102102 variant : 'Windows Server Release 2' ,
103103 } ,
You can’t perform that action at this time.
0 commit comments